Files
rubix-admin-panel/src/Pages/NotFound.jsx
2024-05-07 12:47:06 +05:30

8 lines
91 B
JavaScript

const NotFound = () => {
return (
<div>NotFound</div>
)
}
export default NotFound