diff --git a/src/App.jsx b/src/App.jsx
index 806a950..5b00847 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,15 +1,16 @@
import React from 'react'
import { Routes, Route, Navigate, Link } from 'react-router-dom'
+import { BookOpen, CheckSquare, LayoutDashboard, Trophy, Settings, LogOut } from 'lucide-react'
import { useApp } from './store/AppContext'
import Login from './pages/Login'
import Dashboard from './pages/Dashboard'
// Placeholder components for routing structure
-const Admin = () =>
Admin
Kennisbeheer and Source Upload.
-const Testen = () => Weektest
Start your weekly test here.
-const Leren = () => Leren
Start your weekly learning session.
-const Leaderboard = () => Leaderboard
See who is on top!
+const Admin = () => Admin
Kennisbeheer and Source Upload.
+const Testen = () => Weektest
Start your weekly test here.
+const Leren = () => Leren
Start your weekly learning session.
+const Leaderboard = () => Leaderboard
See who is on top!
// Protected Route Wrapper
const ProtectedRoute = ({ children, requireAdmin }) => {
@@ -26,31 +27,51 @@ const ProtectedRoute = ({ children, requireAdmin }) => {
}
return (
-
- {/* Navigation Bar */}
+
+ {/* Top Navigation Bar */}