summaryrefslogtreecommitdiff
path: root/src/pages.gen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages.gen.ts')
-rw-r--r--src/pages.gen.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages.gen.ts b/src/pages.gen.ts
index 7d23584..b4a4bd7 100644
--- a/src/pages.gen.ts
+++ b/src/pages.gen.ts
@@ -18,6 +18,8 @@ import type { getConfig as Db_getConfig } from './pages/db';
// prettier-ignore
import type { getConfig as Form_getConfig } from './pages/form';
// prettier-ignore
+import type { getConfig as Tones_getConfig } from './pages/tones';
+// prettier-ignore
import type { getConfig as Picker_getConfig } from './pages/picker';
// prettier-ignore
import type { getConfig as About_getConfig } from './pages/about';
@@ -38,6 +40,7 @@ type Page =
| { path: '/test/trigger-modal-button'; render: 'dynamic' }
| { path: '/test'; render: 'dynamic' }
| ({ path: '/form' } & GetConfigResponse<typeof Form_getConfig>)
+| ({ path: '/tones' } & GetConfigResponse<typeof Tones_getConfig>)
| ({ path: '/picker' } & GetConfigResponse<typeof Picker_getConfig>)
| ({ path: '/about' } & GetConfigResponse<typeof About_getConfig>)
| { path: '/logintest/Form'; render: 'dynamic' }