upd: cleaning
Deskripsi: - mengganti routing search, notifikasi dan detail-features - mengganti module search, notifikasi dan detail-feature No Issues
This commit is contained in:
15
src/module/home/view/view_notification.tsx
Normal file
15
src/module/home/view/view_notification.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { LayoutNavbarNew } from '@/module/_global'
|
||||
import { Box, } from '@mantine/core'
|
||||
import React from 'react'
|
||||
import ListNotification from '../components/list_notification'
|
||||
|
||||
export default function ViewNotification() {
|
||||
return (
|
||||
<Box>
|
||||
<LayoutNavbarNew back='/home' title='Notifikasi' menu={<></>} />
|
||||
<Box p={20}>
|
||||
<ListNotification />
|
||||
</Box>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user