summaryrefslogtreecommitdiff
path: root/src/main.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-26 18:09:04 -0700
committerMichael Hunteman <michael@huntm.net>2024-03-26 18:12:56 -0700
commit32ade97a48d6ff2cc074d36038c4cdb89fc4fbb9 (patch)
tree3b5a875411f2410b8dd425b121e22ec48ca9bee4 /src/main.tsx
parentd324b0d4c7600a57aad97d7bbb404a6b850af3bc (diff)
Add schedule
Diffstat (limited to 'src/main.tsx')
-rw-r--r--src/main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.tsx b/src/main.tsx
index 8aba432..8ada188 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -12,6 +12,7 @@ import Rsvp from './components/Rsvp';
import RsvpForm from './components/RsvpForm';
import Admin from './components/Admin';
import Home from './components/Home';
+import './main.css';
const router = createBrowserRouter([
{