summaryrefslogtreecommitdiff
path: root/client/src/main.tsx
diff options
context:
space:
mode:
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';