From e52304339f8884bbbc4d3ea21ea2fd06554b0040 Mon Sep 17 00:00:00 2001 From: cpathipa <119517080+cpathipa@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:58:14 -0600 Subject: [PATCH] Update TimeZoneSelect.tsx --- packages/manager/src/components/DatePicker/TimeZoneSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/manager/src/components/DatePicker/TimeZoneSelect.tsx b/packages/manager/src/components/DatePicker/TimeZoneSelect.tsx index 19312098007..f4bd68c97a3 100644 --- a/packages/manager/src/components/DatePicker/TimeZoneSelect.tsx +++ b/packages/manager/src/components/DatePicker/TimeZoneSelect.tsx @@ -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];