shifted to parcel, styled-components

This commit is contained in:
ManishMadan2882
2024-03-05 21:15:58 +05:30
parent 5fffa8e9db
commit ae929438a5
33 changed files with 8187 additions and 9855 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React (Parcel + TypeScript)</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="main.tsx"></script>
</body>
</html>