Skip to content

Commit

Permalink
Removing old code
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Feb 4, 2024
1 parent 4e8e43e commit 080460f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
69 changes: 0 additions & 69 deletions lib/context/GraphConfigContext.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions lib/context/GraphContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ type ContextType = ReturnType<typeof createGraphStore> | null

export const GraphContext = createContext<ContextType>(null)

// export const GraphProvider = GraphContext.Provider

type ExtractState = GraphStore

export function useGraphStore<StateSlice = ExtractState>(
Expand Down

0 comments on commit 080460f

Please sign in to comment.