Skip to content

Commit 6df8904

Browse files
committed
remove context return type
1 parent 4917db1 commit 6df8904

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/stores/ThemeStove.svelte.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ export const useTheme = () => {
2828
handleThemeChange
2929
};
3030
};
31-
32-
export type ThemeContext = {
33-
currentTheme: string;
34-
handleThemeChange: (theme: string) => void;
35-
};

0 commit comments

Comments
 (0)