Skip to content

Commit eca892d

Browse files
committed
Updates
0 parents  commit eca892d

6 files changed

+81
-0
lines changed

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

assets/index-C-w0ssRA.js

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-n_ryQ3BS.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/react-CHdo91hT.svg

+1
Loading

index.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Vite + React</title>
8+
<script type="module" crossorigin src="/assets/index-C-w0ssRA.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-n_ryQ3BS.css">
10+
</head>
11+
<body>
12+
<div id="root"></div>
13+
</body>
14+
</html>

vite.svg

+1
Loading

0 commit comments

Comments
 (0)