diff --git a/src/pages/NotFound/index.js b/src/pages/NotFound/index.js new file mode 100644 index 0000000..404ec19 --- /dev/null +++ b/src/pages/NotFound/index.js @@ -0,0 +1 @@ +export {NotFound as default} from "./NotFound.jsx"; \ No newline at end of file