Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 26, 2024
1 parent 660aee5 commit f9e79b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bottle/src/app/create-profile/_steps/MBTI/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Control, toggle } from '@/components/control';
import { Step } from '@/features/steps/StepContainer';
import { useStep } from '@/features/steps/StepProvider';
import { EIType, JPType, SNType, TFType } from '@/models/profile/MBTI';
import { useUserInfoQuery } from '@/store/query/useNameQuery';
import { useUserInfoQuery } from '@/store/query/useUserInfoQuery';
import { Button, ButtonProps } from '@bottlesteam/ui';
import { useMemo, useState } from 'react';
import { useCreateProfileValues } from '../../CreateProfileProvider';
Expand Down

0 comments on commit f9e79b1

Please sign in to comment.