Skip to content

Commit

Permalink
Refactor UserRole type definition and update imports in useOxySession
Browse files Browse the repository at this point in the history
  • Loading branch information
NateIsern committed Nov 16, 2024
1 parent c8f2af2 commit 41fefcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useOxySession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { create } from "zustand";
import localforage from "localforage";

import { OXY_AUTH_URL } from "../config";
import { UserRole } from "../types"; // Import UserRole type
import { UserRole } from "../types";

interface SessionModel {
user: {
Expand Down
File renamed without changes.

0 comments on commit 41fefcc

Please sign in to comment.