Skip to content

Commit

Permalink
chore: Update useUser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis authored and mkarajohn committed Feb 25, 2024
1 parent 5b68363 commit 23132b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/useUser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import create from 'zustand';
import { User } from '../contexts/index.js';
import { type User } from '../contexts/index.js';

type Store = {
user?: User;
Expand Down

0 comments on commit 23132b7

Please sign in to comment.