diff --git a/src/components/NotFound.jsx b/src/components/NotFound.jsx index 7f9f010..0093105 100644 --- a/src/components/NotFound.jsx +++ b/src/components/NotFound.jsx @@ -10,4 +10,6 @@ const NotFound = () => { ); -}; \ No newline at end of file +}; + +export default NotFound; \ No newline at end of file