Skip to content

Commit 088b400

Browse files
committed
Migrate to React 18
1 parent b8aa162 commit 088b400

File tree

11 files changed

+401
-639
lines changed

11 files changed

+401
-639
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2+
public
23
vite.config.ts
34
serverless.yml

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>My shop</title>
88
</head>
99
<body>
10-
<div id="root"></div>
10+
<div id="app"></div>
1111
<script type="module" src="/src/index.tsx"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)