We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee29b2 commit 92359c0Copy full SHA for 92359c0
src/pages/index.astro
@@ -1,4 +1,10 @@
1
---
2
import App from '../cra-project/App.jsx';
3
4
+<html>
5
+<head>
6
+</head>
7
+<body>
8
<App client:load />
9
+</body>
10
+</html>
0 commit comments