feat: unused import

This commit is contained in:
2025-05-27 21:26:45 +02:00
parent e983719601
commit 04db9b8ef2

View File

@ -4,7 +4,6 @@ import { useState, type FC } from "react";
// import darkOverlay from "@/assets/dark-overlay.jpg";
import { Card, CardContent } from "@/components/ui/card";
import { ChevronRight } from "lucide-react";
import Sidebar from "@/components/Home/Sidebar";
import TopBar from "@/components/Home/TopBar";
import Home from "@/components/Home/Tabs/Home";