Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Aug 29, 2024
1 parent b902cf4 commit e82cb2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state/workspace.state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const workspaceState = atom<WorkspaceState>({
openFiles: {},
projectFiles: null,
projects: [],
activeProject: null,
},
effects_UNSTABLE: [persistAtom],
});

0 comments on commit e82cb2c

Please sign in to comment.