From 21a7ac64731cf9ac2d6f8b513427519ffa79a0d8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 10 Sep 2023 17:32:02 +0200 Subject: [PATCH] Created the ProjectBox index.js --- src/states/Dashboard/pages/Home/components/ProjectBox/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/states/Dashboard/pages/Home/components/ProjectBox/index.js diff --git a/src/states/Dashboard/pages/Home/components/ProjectBox/index.js b/src/states/Dashboard/pages/Home/components/ProjectBox/index.js new file mode 100644 index 0000000..634f9ce --- /dev/null +++ b/src/states/Dashboard/pages/Home/components/ProjectBox/index.js @@ -0,0 +1 @@ +export {ProjectBox as default} from "./ProjectBox.jsx"; \ No newline at end of file