import { createRoute, __tuono__internal__lazyLoadComponent as dynamic } from 'tuono'; const IndexImport = dynamic(() => import('./../src/routes/index')); const PokemonspokemonImport = dynamic(() => import('./../src/routes/pokemons/[pokemon]'));