Files
tanami/src/Pages/NotFound.jsx
2024-06-20 12:26:20 +05:30

9 lines
117 B
JavaScript

import React from 'react'
const NotFound = () => {
return (
<div>NotFound</div>
)
}
export default NotFound