import Sidebar from "@/components/Home/Sidebar"; import TopBar from "@/components/Home/TopBar"; import { Card, CardContent } from "@/components/ui/card"; import { type FC } from "react"; import { Outlet } from "react-router"; const DashboardLayout: FC = () => { return (
Home Guard