diff --git a/frontend/dist/index.html b/frontend/dist/index.html
index 6507ba2..cc1e221 100644
--- a/frontend/dist/index.html
+++ b/frontend/dist/index.html
@@ -11,7 +11,7 @@
Schichtplaner — Veranstaltungsschichtpläne
-
+
diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index fd4825c..4429cfd 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -4,6 +4,7 @@ import React, { useState, useEffect } from 'react';
import Navbar from './components/Navbar';
import ShiftMatrixTable from './components/ShiftMatrixTable';
import GuestSignupModal from './components/GuestSignupModal';
+import ProfileModal from './components/ProfileModal';
import SkillsModal from './components/SkillsModal';
import AuthModal from './components/AuthModal';
import HomePage from './pages/HomePage';