Skip to content

Commit

Permalink
- fix: removed unused reference
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Oct 17, 2023
1 parent 591805b commit 84816fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shinkai-visor/src/store/auth/auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { create } from "zustand";
import { createJSONStorage, devtools, persist } from "zustand/middleware";
import { devtools, persist } from "zustand/middleware";

import { ChromeStorage } from "../persistor/chrome-storage";

Expand Down

0 comments on commit 84816fd

Please sign in to comment.