Refactor app to React Router and Tailwind

This commit is contained in:
TopherMayor
2026-06-12 10:35:19 -07:00
parent 11f5d1b225
commit fa0a7f44b7
15 changed files with 3157 additions and 318 deletions

1
client/dist/assets/index-DKrFtyUx.css vendored Normal file

File diff suppressed because one or more lines are too long

18
client/dist/assets/index-OJVYK787.js vendored Normal file

File diff suppressed because one or more lines are too long

13
client/dist/index.html vendored Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cabo Bachelor Party</title>
<script type="module" crossorigin src="/assets/index-OJVYK787.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DKrFtyUx.css">
</head>
<body>
<div id="root"></div>
</body>
</html>