From 05d13b6f166eae5c2de8fe6f6038819b1b6ba1a0 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 15 May 2025 15:50:51 +0700 Subject: m --- 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 94e0a4a..9e2fcfb 100644 --- a/src/pages.gen.ts +++ b/src/pages.gen.ts @@ -8,6 +8,8 @@ import type { getConfig as Login_getConfig } from './pages/login'; // prettier-ignore 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 About_getConfig } from './pages/about'; // prettier-ignore import type { getConfig as Index_getConfig } from './pages/index'; @@ -16,6 +18,7 @@ import type { getConfig as Index_getConfig } from './pages/index'; type Page = | ({ path: '/login' } & GetConfigResponse) | ({ path: '/db' } & GetConfigResponse) +| ({ path: '/form' } & GetConfigResponse) | ({ path: '/about' } & GetConfigResponse) | ({ path: '/' } & GetConfigResponse); -- cgit v1.2.3