Skip to content

Commit

Permalink
add in note to futureebles
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Dec 26, 2024
1 parent a0bcbe6 commit e85e9cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/theme-store/pages/ThemeStoreRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {
useThemeBrowserSharedValue,
} from "../context";

// TODO: Make the tab definition a constant so that it isn't re-generated every page load

export function ThemeStoreRouter() {
const currentTab = useThemeBrowserSharedValue("currentTab");
const setCurrentTab = useThemeBrowserSharedAction("setCurrentTab");
Expand Down

0 comments on commit e85e9cd

Please sign in to comment.