summaryrefslogtreecommitdiff
path: root/client/src/main.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-07-09 18:24:15 -0700
committerMichael Hunteman <michael@huntm.net>2024-07-09 18:24:44 -0700
commita6b1fa31e890b51b043c4211b14cd4be29ed6fba (patch)
tree66a1fbc182fc3f9ed746958e2854d8a337782983 /client/src/main.tsx
parent03ca04fdb738cc151d775b76e1bc38aec792521a (diff)
Add success and error alerts
Diffstat (limited to 'client/src/main.tsx')
-rw-r--r--client/src/main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main.tsx b/client/src/main.tsx
index 45ff68b..2477c37 100644
--- a/client/src/main.tsx
+++ b/client/src/main.tsx
@@ -7,7 +7,7 @@ import store from './store';
import ThemeContextProvider from './ThemeContextProvider';
import Schedule from './components/Schedule';
import Registry from './components/Registry';
-import GuestLogin from './features/auth/GuestLogin';
+import GuestLogin from './components/GuestLogin';
import Rsvp from './components/Rsvp';
import RsvpForm from './components/RsvpForm';
import Admin from './components/Admin';