prepare for release

This commit is contained in:
SethBurkart123
2023-10-11 12:20:41 +11:00
parent 7a672b1b1b
commit 5abb0b08f6
16 changed files with 324 additions and 114 deletions
+4 -3
View File
@@ -6,7 +6,8 @@ import logoDark from './assets/betterseqta-light-full.png';
import Shortcuts from './pages/Shortcuts';
import { useSettingsContext } from './SettingsContext';
import Picker from './components/Picker';
import Themes from './pages/Themes';
//import Themes from './pages/Themes';
import About from './pages/About';
//import About from './pages/About';
const App: React.FC = () => {
@@ -31,8 +32,8 @@ const App: React.FC = () => {
content: <Shortcuts />
},
{
title: 'Themes',
content: <Themes />
title: 'About',
content: <About />
}
];