There was an error while loading. Please reload this page.
1 parent 72ee98c commit 09340a5Copy full SHA for 09340a5
1 file changed
app/router.js
@@ -1,5 +1,5 @@
1
import { AppRouter } from '@symbiotejs/symbiote/core/full.js';
2
-import '../sections/home/home-section.js'; // Synchronous import for default route and SSR.
+import '../sections/home/home-section.js'; // Synchronous import for default route in SSR runtime.
3
4
export const routes = {
5
home: {
0 commit comments