Skip to content

Commit b3cf8a0

Browse files
committed
chore: fix lint error at ssr example
1 parent b605dbe commit b3cf8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pwa-simple-assets-ssr/src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import DefaultLayout from '../layouts/DefaultLayout.astro';
2+
import DefaultLayout from '../layouts/DefaultLayout.astro'
33
44
export const prerender = true;
55
---

0 commit comments

Comments
 (0)