From 71da63e44be72a88302ec04d23cc7375e7acb182 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Feb 2023 16:33:54 +0100 Subject: [PATCH] Created the Error index.js --- client/src/pages/Error/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Error/index.js diff --git a/client/src/pages/Error/index.js b/client/src/pages/Error/index.js new file mode 100644 index 00000000..3224776a --- /dev/null +++ b/client/src/pages/Error/index.js @@ -0,0 +1 @@ +export {Error as default} from "./Error"; \ No newline at end of file