| 123456789101112131415161718192021222324 |
- // DO NOT EDIT. This file is generated by fresh.
- // This file SHOULD be checked into source version control.
- // This file is automatically updated during development when running `dev.ts`.
- import * as $0 from "./routes/[name].tsx";
- import * as $1 from "./routes/_app.tsx";
- import * as $2 from "./routes/index.tsx";
- import * as $$0 from "./islands/Editor.tsx";
- import * as $$1 from "./islands/TopBar.tsx";
- const manifest = {
- routes: {
- "./routes/[name].tsx": $0,
- "./routes/_app.tsx": $1,
- "./routes/index.tsx": $2,
- },
- islands: {
- "./islands/Editor.tsx": $$0,
- "./islands/TopBar.tsx": $$1,
- },
- baseUrl: import.meta.url,
- };
- export default manifest;
|