Skip to content

Commit

Permalink
fix(sign-up): update profile-preview import path
Browse files Browse the repository at this point in the history
  • Loading branch information
undrcrxwn committed Aug 27, 2023
1 parent 2e00db0 commit a0285c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sign-up/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {useForm} from 'effector-forms';
import {useUnit} from 'effector-react';

import {ProfilePreview} from '~/widgets/profile-preview';
import {ProfilePreview} from 'src/features/profile-preview';

import {routes} from '~/shared/routes';
import {
Expand Down

0 comments on commit a0285c2

Please sign in to comment.