updated compoennt file structure
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Video } from "@/pages/home";
|
||||
import { Video } from "@/components/pages/home";
|
||||
import {
|
||||
ServiceBanner,
|
||||
ServiceFaq,
|
||||
ServicePageServices,
|
||||
} from "@/pages/services";
|
||||
} from "@/components/pages/services";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user