From 55628673b7f5cecb67ae955756d6d36d36686088 Mon Sep 17 00:00:00 2001 From: Shalom Taiwo Date: Mon, 22 Jul 2024 08:36:59 +0200 Subject: [PATCH] fix page not found --- app/routes/_index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index ef543539..2f45d32a 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -1,10 +1,10 @@ import type { MetaFunction } from "@remix-run/node"; -import FindSection from "~/components/layout/home/FindSection"; -import HeroSection from "~/components/layout/home/HeroSection"; -import HowSection from "~/components/layout/home/HowSection"; -import TestimonialsSection from "~/components/layout/home/TestimonialsSection"; -import UsersSection from "~/components/layout/home/UsersSection"; +import FindSection from "~/components/pages/home/FindSection"; +import HeroSection from "~/components/pages/home/HeroSection"; +import HowSection from "~/components/pages/home/HowSection"; +import TestimonialsSection from "~/components/pages/home/TestimonialsSection"; +import UsersSection from "~/components/pages/home/UsersSection"; export const meta: MetaFunction = () => { return [