From 979018b50853046c87a70ab65d0f259ce4f61844 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 18 Apr 2024 12:51:45 -0400 Subject: [PATCH] . --- Frontend/src/app/(pages)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/app/(pages)/page.tsx b/Frontend/src/app/(pages)/page.tsx index e315771..3fe7911 100644 --- a/Frontend/src/app/(pages)/page.tsx +++ b/Frontend/src/app/(pages)/page.tsx @@ -1,8 +1,8 @@ +import Background from "@/components/landing/background"; import FeaturedContent from "@/components/landing/featured-content"; import Hero from "@/components/landing/hero"; import StatisticCounters from "@/components/landing/statistic-counters"; import { ReactElement } from "react"; -import Background from "../components/landing/background"; /** * The landing page.