From a3f24ea79b14394b24c4b60a010651eb29eeb872 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 29 May 2025 12:10:22 +0700 Subject: glorious new db --- src/pages.gen.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pages.gen.ts') 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) +| ({ path: '/tones' } & GetConfigResponse) | ({ path: '/picker' } & GetConfigResponse) | ({ path: '/about' } & GetConfigResponse) | { path: '/logintest/Form'; render: 'dynamic' } -- cgit v1.2.3