From 6244a01f478b77a1bfe5482055a61d38e84456ff Mon Sep 17 00:00:00 2001 From: The-XENO-Studios Date: Fri, 26 Jul 2024 13:55:07 +0600 Subject: [PATCH] Import Error Fix --- src/app/Components/Sidebar/SideBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/Components/Sidebar/SideBar.tsx b/src/app/Components/Sidebar/SideBar.tsx index dd56be4..978d76a 100644 --- a/src/app/Components/Sidebar/SideBar.tsx +++ b/src/app/Components/Sidebar/SideBar.tsx @@ -7,7 +7,6 @@ import { AiFillYoutube } from "react-icons/ai"; import { FaGithub } from "react-icons/fa"; import NewNotification from "./NewNotification"; import { FaCode } from "react-icons/fa6"; -import ErrorBoundary from "./error"; const SideBar = () => { return (