From 8e51a3f66b8dd954e849a16d81fb95ce8e6ecbe3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Feb 2023 01:28:02 +0100 Subject: [PATCH] Created the ViewDialog index.js --- client/src/common/components/ViewDialog/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/components/ViewDialog/index.js diff --git a/client/src/common/components/ViewDialog/index.js b/client/src/common/components/ViewDialog/index.js new file mode 100644 index 00000000..478b3776 --- /dev/null +++ b/client/src/common/components/ViewDialog/index.js @@ -0,0 +1 @@ +export {ViewDialog as default} from "./ViewDialog"; \ No newline at end of file