Skip to main content
Module

x/aleph/examples/react-app/routes/_export.ts

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
// Re-imports route modules for serverless env that doesn't support the dynamic import.// This module will be updated automaticlly in develoment mode, do NOT edit it manually.
import * as $0 from "./_404.tsx";import * as $1 from "./_app.tsx";import * as $2 from "./index.tsx";import * as $3 from "./todos.tsx";
export default { "/_404": $0, "/_app": $1, "/": $2, "/todos": $3,};