|
|
|
@ -58,7 +58,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export default function App() {
|
|
|
|
export default function App() {
|
|
|
|
let theme = localStorage.getItem('theme') ?? 'midnight'
|
|
|
|
let theme = localStorage.getItem('theme') ?? 'yuu'
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
@ -99,7 +99,7 @@ export function ErrorBoundary() {
|
|
|
|
stack = error.stack;
|
|
|
|
stack = error.stack;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
let theme = 'midnight'
|
|
|
|
let theme = 'yuu'
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
theme = localStorage.getItem('theme') ?? theme
|
|
|
|
theme = localStorage.getItem('theme') ?? theme
|
|
|
|
} catch(err) {
|
|
|
|
} catch(err) {
|
|
|
|
|