fix: update lazyLoadComponent fn name to __tuono__internal__lazyLoadComponent (#222)

This commit is contained in:
Valerio Ageno
2024-12-15 09:22:19 +01:00
committed by GitHub
parent 4abc163a59
commit 14bea36356
22 changed files with 83 additions and 79 deletions
@@ -0,0 +1,3 @@
import { createRoute } from 'tuono';
import IndexImport from "./../src/routes/index";
import PokemonspokemonImport from "./../src/routes/pokemons/[pokemon]";