From ec800491716219057f173eb914ce8b5dcec0b74a Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:01:04 -0600 Subject: [PATCH] refactor: update --- app/[locale]/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/pricing/page.tsx b/app/[locale]/pricing/page.tsx index 8bd1177..f1e1dd7 100644 --- a/app/[locale]/pricing/page.tsx +++ b/app/[locale]/pricing/page.tsx @@ -1,4 +1,4 @@ -import { Pricing } from "@/components/pricing"; +import { Pricing } from "../../../components/pricing"; export default function Home() { return (