Skip to content

Commit

Permalink
need to fix prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
assafnoahkoren committed Nov 27, 2023
1 parent 03000b2 commit 0929bfb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { atom } from 'recoil';
import { Profile } from '@prisma/client';

type ProfileState = {
profile?: Profile;
shouldDoOnboarding?: boolean;
};
export const atom_profileState = atom<ProfileState>({
Expand Down

0 comments on commit 0929bfb

Please sign in to comment.