Skip to content

Commit df15daf

Browse files
committed
chore: lint
1 parent 295da2a commit df15daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-marketplace/src/legacy-pages/ProjectCreate/hooks/useProjectSaveAndExit.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import { useCreateProjectContext } from '../ProjectCreate';
21
import { useRouter } from 'next/navigation';
32

3+
import { useCreateProjectContext } from '../ProjectCreate';
4+
45
export const useProjectSaveAndExit = () => {
56
const { formRef, shouldNavigateRef, isOrganizationAccount } =
67
useCreateProjectContext();

0 commit comments

Comments
 (0)