This commit is contained in:
Raj 2024-01-17 22:19:31 +05:30
parent 1aa00aec22
commit bf8fdabe3d
1 changed files with 1 additions and 6 deletions

View File

@ -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";