mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-28 16:45:50 +00:00
8 lines
91 B
JavaScript
8 lines
91 B
JavaScript
|
|
const NotFound = () => {
|
|
return (
|
|
<div>NotFound</div>
|
|
)
|
|
}
|
|
|
|
export default NotFound |