Skip to content

Commit 09340a5

Browse files
committed
docs: clarify synchronous import comment for SSR runtime
1 parent 72ee98c commit 09340a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AppRouter } from '@symbiotejs/symbiote/core/full.js';
2-
import '../sections/home/home-section.js'; // Synchronous import for default route and SSR.
2+
import '../sections/home/home-section.js'; // Synchronous import for default route in SSR runtime.
33

44
export const routes = {
55
home: {

0 commit comments

Comments
 (0)