<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React App</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>
index.html
style.css
tsx
main.tsx
tsx
app.tsx
package.json
tsx
routes.tsx
tsx
Home.tsx
tsx
About.tsx