feat: add detail notification page and update notification links

This commit is contained in:
2025-11-20 16:41:21 +07:00
parent 2d0c28bc48
commit 73b5cd6e97
3 changed files with 261 additions and 21 deletions

View File

@@ -34,6 +34,7 @@ import IndexNotification from './pages/notification/IndexNotification';
import IndexRole from './pages/role/IndexRole';
import IndexUser from './pages/user/IndexUser';
import IndexContact from './pages/contact/IndexContact';
import DetailNotification from './pages/sparepartGudang/IndexSparepartGudang'
import SvgTest from './pages/home/SvgTest';
import SvgOverviewCompressor from './pages/home/SvgOverviewCompressor';
@@ -57,6 +58,8 @@ const App = () => {
<Route path="/signin" element={<SignIn />} />
<Route path="/signup" element={<SignUp />} />
<Route path="/svg" element={<SvgTest />} />
<Route path="/detail-notification/:notificationId" element={<DetailNotification />} />
{/* Protected Routes */}
<Route path="/dashboard" element={<ProtectedRoute />}>