From bf8fdabe3df86b2b8febac7a0cb3ce0d39711983 Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Wed, 17 Jan 2024 22:19:31 +0530 Subject: [PATCH] chore --- src/app/(home)/story/page.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/(home)/story/page.tsx b/src/app/(home)/story/page.tsx index 78de1d6..2974459 100644 --- a/src/app/(home)/story/page.tsx +++ b/src/app/(home)/story/page.tsx @@ -6,13 +6,8 @@ import "@/components/notion/notion.scss"; import "react-notion-x/src/styles.css"; import "prismjs/themes/prism-tomorrow.css"; -import { - BackgroundGradentProvider, - GradientProvider, - SymetricGradProvider, -} from "@/components/gradient-provider"; +import { BackgroundGradentProvider } from "@/components/gradient-provider"; import GrainProvider from "@/components/grain"; -import { cn } from "@/lib/utils"; import { Footer } from "../Footer"; import { Connect } from "../Connect"; import { Home } from "lucide-react";