feat(cloud-page) - setup1

This commit is contained in:
2025-09-25 03:26:23 +05:30
parent e86aefd62f
commit ac6d906e03
12 changed files with 979 additions and 206 deletions

View File

@@ -10,6 +10,7 @@ import {
FolderOpen,
Database,
FileText,
Cloud,
} from "lucide-react";
import { cn } from "@/lib/utils";
import { useMemo } from "react";
@@ -61,6 +62,11 @@ export function Sidebar() {
path: "/reports",
icon: <FileText className="h-5 w-5" />,
},
{
name: "Cloud storage",
path: "/cloud-storage",
icon: <Cloud className="h-5 w-5" />,
},
{
name: "Backup Database",
path: "/database-management",