Skip to content

Commit

Permalink
remove unncessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Dec 23, 2024
1 parent c7c1918 commit 800e566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/onboarding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<UserTypeEnum>[] = [
{ label: 'Individual', value: 'INDIV' },
Expand Down
1 change: 0 additions & 1 deletion utils/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { RenderToPipeableStreamOptions } from 'react-dom/server';
import {
DropdownOption,
Plant,
Expand Down

0 comments on commit 800e566

Please sign in to comment.