fix: Add missing ProfileModal import in App.jsx to resolve Uncaught ReferenceError
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<title>Schichtplaner — Veranstaltungsschichtpläne</title>
|
||||
<script type="module" crossorigin src="/assets/index-xAdtp-F5.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CfXLRAcu.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DVt5wlUY.css">
|
||||
</head>
|
||||
<body class="bg-paper text-main font-sans antialiased min-h-screen">
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user