update aja

This commit is contained in:
2026-01-24 10:20:55 +07:00
parent 62dc61aa31
commit 594f3727f5
23 changed files with 609 additions and 110 deletions

View File

@@ -19,7 +19,7 @@ createInertiaApp({
const root = createRoot(el);
root.render(
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
<ThemeProvider defaultTheme="dark" storageKey="nihonbuzz-academy-theme">
<App {...props} />
</ThemeProvider>
);