Implemented ThemeSwitcher
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import BingoController from './components/bingocontroller.tsx'
|
||||
import ThemeSwitcher from './components/themeswitcher.tsx'
|
||||
|
||||
export default function Home(){
|
||||
return(
|
||||
@@ -15,10 +16,7 @@ export default function Home(){
|
||||
<li>
|
||||
<details>
|
||||
<summary>Theme</summary>
|
||||
<ul>
|
||||
<li><a>Theme 1</a></li>
|
||||
<li><a>Theme 2</a></li>
|
||||
</ul>
|
||||
<ThemeSwitcher/>
|
||||
</details>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user