Spaces:
Runtime error
Runtime error
File size: 147 Bytes
d757506 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import { useState } from 'react'
function NotPage() {
return (
<div className="NotPage">
404
</div>
)
}
export default NotPage |