From d1614dd40319097876ddca9e238d81ae05ffbb9f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 17:42:27 +0100 Subject: [PATCH] Created the Imprint index.js --- client/src/pages/Imprint/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Imprint/index.js diff --git a/client/src/pages/Imprint/index.js b/client/src/pages/Imprint/index.js new file mode 100644 index 0000000..9ad097f --- /dev/null +++ b/client/src/pages/Imprint/index.js @@ -0,0 +1 @@ +export {Imprint as default} from "./Imprint.jsx"; \ No newline at end of file