mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
4 lines
245 B
TypeScript
4 lines
245 B
TypeScript
import { createRoute, __tuono__internal__lazyLoadComponent as dynamic } from 'tuono';
|
|
const IndexImport = dynamic(() => import('./../src/routes/index'));
|
|
const PokemonspokemonImport = dynamic(() => import('./../src/routes/pokemons/[pokemon]'));
|