From a03c92dc82ad527d7da6bbaa3c43000e2e5f0e69 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 29 May 2025 16:25:31 +0700 Subject: better better --- src/pages.gen.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/pages.gen.ts') diff --git a/src/pages.gen.ts b/src/pages.gen.ts index 6695ceb..2d0d34e 100644 --- a/src/pages.gen.ts +++ b/src/pages.gen.ts @@ -18,6 +18,8 @@ import type { getConfig as File_Logout_getConfig } from './pages/logout'; // prettier-ignore import type { getConfig as File_Db_getConfig } from './pages/db'; // prettier-ignore +import type { getConfig as File_Study_getConfig } from './pages/study'; +// prettier-ignore import type { getConfig as File_Form_getConfig } from './pages/form'; // prettier-ignore import type { getConfig as File_Tones_getConfig } from './pages/tones'; @@ -40,6 +42,7 @@ type Page = | ({ path: '/parse' } & GetConfigResponse) | ({ path: '/logout' } & GetConfigResponse) | ({ path: '/db' } & GetConfigResponse) +| ({ path: '/study' } & GetConfigResponse) | { path: '/test/client-modal'; render: 'dynamic' } | { path: '/test/trigger-modal-button'; render: 'dynamic' } | { path: '/test'; render: 'dynamic' } @@ -48,9 +51,7 @@ type Page = | ({ path: '/picker' } & GetConfigResponse) | { path: '/lessons'; render: 'dynamic' } | ({ path: '/about' } & GetConfigResponse) -| { path: '/logintest/Form'; render: 'dynamic' } | ({ path: '/logintest' } & GetConfigResponse) -| { path: '/logintest/ServerForm'; render: 'dynamic' } | ({ path: '/' } & GetConfigResponse); // prettier-ignore -- cgit v1.2.3