// @ts-nocheck // This file is generated by Umi automatically // DO NOT CHANGE IT MANUALLY! import React from 'react'; export async function getRoutes() { const routes = {"404":{"id":"404","path":"*","parentId":"DocLayout"},"dumi-context-layout":{"id":"dumi-context-layout","path":"/","isLayout":true},"DocLayout":{"id":"DocLayout","path":"/","parentId":"dumi-context-layout","isLayout":true},"docs/guide/getting-started":{"path":"guide/getting-started","id":"docs/guide/getting-started","parentId":"DocLayout"},"docs/components/index":{"path":"components","id":"docs/components/index","parentId":"DocLayout"},"docs/index":{"path":"","id":"docs/index","parentId":"DocLayout"},"components/Button/index":{"id":"components/Button/index","path":"components/button","parentId":"DocLayout","meta":{"_atom_route":true}},"demo-render":{"id":"demo-render","path":"~demos/:id","parentId":"dumi-context-layout","prerender":false}} as const; return { routes, routeComponents: { '404': React.lazy(() => import(/* webpackChunkName: "nm__dumi__dist__client__pages__404" */'/Users/donghym/Desktop/day/UI/Nova/node_modules/.pnpm/dumi@2.4.28_@babel+core@7.29.7_@swc+helpers@0.5.15_@types+node@25.9.1_@types+react@18.3_cf46fd6bbea4e97c0978eb785c920599/node_modules/dumi/dist/client/pages/404.js')), 'dumi-context-layout': React.lazy(() => import(/* webpackChunkName: "dumi__tmp-production__dumi__theme__ContextWrapper" */'/Users/donghym/Desktop/day/UI/Nova/.dumi/tmp-production/dumi/theme/ContextWrapper')), 'DocLayout': React.lazy(() => import(/* webpackChunkName: "nm__dumi__theme-default__layouts__DocLayout__index" */'/Users/donghym/Desktop/day/UI/Nova/node_modules/.pnpm/dumi@2.4.28_@babel+core@7.29.7_@swc+helpers@0.5.15_@types+node@25.9.1_@types+react@18.3_cf46fd6bbea4e97c0978eb785c920599/node_modules/dumi/theme-default/layouts/DocLayout/index.js')), 'docs/guide/getting-started': React.lazy(() => import(/* webpackChunkName: "docs__guide__getting-started.md" */'/Users/donghym/Desktop/day/UI/Nova/docs/guide/getting-started.md')), 'docs/components/index': React.lazy(() => import(/* webpackChunkName: "docs__components__index.md" */'/Users/donghym/Desktop/day/UI/Nova/docs/components/index.md')), 'docs/index': React.lazy(() => import(/* webpackChunkName: "docs__index.md" */'/Users/donghym/Desktop/day/UI/Nova/docs/index.md')), 'components/Button/index': React.lazy(() => import(/* webpackChunkName: "components__Button__index.md" */'/Users/donghym/Desktop/day/UI/Nova/src/components/Button/index.md')), 'demo-render': React.lazy(() => import(/* webpackChunkName: "nm__dumi__dist__client__pages__Demo__index" */'/Users/donghym/Desktop/day/UI/Nova/node_modules/.pnpm/dumi@2.4.28_@babel+core@7.29.7_@swc+helpers@0.5.15_@types+node@25.9.1_@types+react@18.3_cf46fd6bbea4e97c0978eb785c920599/node_modules/dumi/dist/client/pages/Demo/index.js')), }, }; }