From f6bcd3914ecc13428010aac38cb4d610604ed463 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 9 Jul 2023 03:23:09 +0200 Subject: [PATCH] Created the Plan index.js --- src/pages/Pricing/components/Plan/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/pages/Pricing/components/Plan/index.js diff --git a/src/pages/Pricing/components/Plan/index.js b/src/pages/Pricing/components/Plan/index.js new file mode 100644 index 0000000..31cb2f6 --- /dev/null +++ b/src/pages/Pricing/components/Plan/index.js @@ -0,0 +1 @@ +export {Plan as default} from "./Plan.jsx"; \ No newline at end of file