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