auth layout fix

This commit is contained in:
victorAnumudu
2024-12-06 09:08:54 +01:00
parent 53726ad8eb
commit 4b63384092
17 changed files with 225 additions and 200 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
import React from 'react'
import UserMenu from "../../parts/UserMenu";
import UserHeader from "../../parts/UserHeader";
import HomeSections from "../../parts/HomeSections";
import UserFooter from "../../parts/UserFooter";
import LoaderImage from "../../parts/LoaderImage";
import HomeSections from "./HomeSections";
export default function Home() {
return (