mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
add theme installer page
This commit is contained in:
@@ -9,6 +9,7 @@ import font from '../resources/fonts/IconFamily.woff'
|
||||
import * as Sentry from "@sentry/react";
|
||||
import ThemeCreator from './pages/ThemeCreator';
|
||||
import Store from './pages/Store';
|
||||
import Theme from './pages/Theme';
|
||||
|
||||
browser.storage.local.get().then(({ telemetry, DarkMode }) => {
|
||||
if (DarkMode) document.documentElement.classList.add('dark');
|
||||
@@ -45,6 +46,7 @@ root.render(
|
||||
<Route path="/settings/embedded" element={<SettingsPage standalone={false} />} />
|
||||
<Route path="/store" element={<Store />} />
|
||||
<Route path="/themeCreator" element={<ThemeCreator />} />
|
||||
<Route path="/theme" element={<Theme />} />
|
||||
</Routes>
|
||||
</HashRouter>
|
||||
</React.StrictMode>,
|
||||
|
||||
Reference in New Issue
Block a user