Skip to content

Commit

Permalink
why he do thar!
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Jan 30, 2024
1 parent 6870e88 commit e00a988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/theme-manager/ThemeManagerRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import { LogInPage } from "./LogInPage";
import { StarredThemesPage } from "./StarredThemesPage";
import { SubmissionsPage } from "./SubmissionBrowserPage";
import { ThemeBrowserPage } from "./ThemeBrowserPage";
import { ThemeBrowserCardStyles } from "../../components/Styles";
export function ThemeManagerRouter() {
const { apiMeData, currentTab, setGlobalState, browserCardSize } = useCssLoaderState();
const { apiMeData, currentTab, setGlobalState } = useCssLoaderState();
return (
<div
style={{
Expand All @@ -15,6 +16,7 @@ export function ThemeManagerRouter() {
background: "#0e141b",
}}
>
<ThemeBrowserCardStyles />
<Tabs
activeTab={currentTab}
onShowTab={(tabID: string) => {
Expand Down

0 comments on commit e00a988

Please sign in to comment.