Skip to content

Commit

Permalink
Update TimeZoneSelect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cpathipa committed Dec 4, 2024
1 parent 51b1a29 commit e523043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Autocomplete } from '@linode/ui';
import { DateTime } from 'luxon';
import React from 'react';

import { timezones } from 'src/assets/timezones/timezones';
import { Autocomplete } from 'src/components/Autocomplete/Autocomplete';

type Timezone = typeof timezones[number];

Expand Down

0 comments on commit e523043

Please sign in to comment.