Skip to content

Commit 5f5a5a3

Browse files
committed
chore: cleanup unused variables
1 parent 5eae2b6 commit 5f5a5a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/state/KindeContext.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { createContext } from "react";
2-
import { initialState } from "./initialState";
32
import { LogoutOptions, State } from "./types";
43
import type {
54
getClaim,
@@ -43,10 +42,6 @@ export interface KindeContextProps extends State {
4342
) => Promise<{ url: URL }>;
4443
}
4544

46-
const initialContext = {
47-
...initialState,
48-
};
49-
5045
export const KindeContext = createContext<KindeContextProps | null>(
5146
null
5247
);

0 commit comments

Comments
 (0)