From 800e5667f58a33fa72f5539b6bb7804e8db014f6 Mon Sep 17 00:00:00 2001 From: Catherine Tan Date: Sun, 22 Dec 2024 19:41:46 -0800 Subject: [PATCH] remove unncessary import --- app/onboarding/page.tsx | 1 + utils/helpers.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/onboarding/page.tsx b/app/onboarding/page.tsx index 7df8869..20dc9b0 100644 --- a/app/onboarding/page.tsx +++ b/app/onboarding/page.tsx @@ -12,6 +12,7 @@ import { usStateOptions } from '@/utils/dropdownOptions'; import { useProfile } from '@/utils/ProfileProvider'; import { H3, PageContainer, ReviewContainer } from './styles'; +// Define the possible options for each question // usStateOptions imported from elsewhere const gardenTypeOptions: DropdownOption[] = [ { label: 'Individual', value: 'INDIV' }, diff --git a/utils/helpers.ts b/utils/helpers.ts index 2a0be97..fd74de0 100644 --- a/utils/helpers.ts +++ b/utils/helpers.ts @@ -1,4 +1,3 @@ -import { RenderToPipeableStreamOptions } from 'react-dom/server'; import { DropdownOption, Plant,