Update src/app/services/page.tsx
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import Footer from '@/components/Footer/Footer';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
@@ -40,7 +39,6 @@ export default function ServicesPage() {
|
||||
Since plan.sections[].registry was empty, no sections were available.
|
||||
*/}
|
||||
|
||||
<Footer />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user