Skip to content

Commit

Permalink
remove flex from onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Dec 8, 2024
1 parent 72be1cd commit 4a9d70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/onboarding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import LabeledCustomSelect from '@/components/EditableInput';
import ProgressBar from '@/components/ProgressBar';
import RadioGroup from '@/components/RadioGroup';
import COLORS from '@/styles/colors';
import { Flex } from '@/styles/containers';
import { H3, P1, P3 } from '@/styles/text';
import { DropdownOption, Profile, UserTypeEnum } from '@/types/schema';
import { useAuth } from '@/utils/AuthProvider';
Expand Down

0 comments on commit 4a9d70e

Please sign in to comment.