Initial commit

This commit is contained in:
Joshua Seigler 2022-10-09 17:48:52 -04:00 committed by Joshua Seigler
commit 98ab1bce45
9 changed files with 4868 additions and 0 deletions

12
src/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>React State Management</title>
<link rel="stylesheet" href="npm:simpledotcss/simple.min.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="index.tsx"></script>
</body>
</html>