Corrected Form Layout

This commit is contained in:
Ebube
2024-03-21 10:05:44 +01:00
parent 21b4bf5e8f
commit 266627d941
13 changed files with 474 additions and 224 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import HomeLayout from "./HomeLayout";
import LetsGetStartedLayout from "./LetsGetStartedLayout";
export { HomeLayout, LetsGetStartedLayout };
import GetStartedLayout from "./GetStartedLayout";
export { HomeLayout, LetsGetStartedLayout, GetStartedLayout };