chore: remove VERSION file and clean up unused imports across multiple files

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-06-03 01:33:21 -07:00
parent c70ce0b711
commit deea3fa544
18 changed files with 7 additions and 43 deletions

View file

@ -2,7 +2,6 @@
import { useEffect, useState } from 'react';
import { AppSidebar } from '@/components/sidebar/app-sidebar';
import { iconMap } from '@/components/sidebar/app-sidebar';
import {
Dialog,
DialogContent,

View file

@ -1,7 +1,6 @@
"use client"
import { ChevronRight, type LucideIcon } from "lucide-react"
import Link from "next/link"
import {
Collapsible,

View file

@ -5,7 +5,6 @@ import { type LucideIcon } from "lucide-react"
import {
SidebarGroup,
SidebarGroupContent,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,

View file

@ -2,11 +2,8 @@
import {
BadgeCheck,
Bell,
ChevronsUpDown,
CreditCard,
LogOut,
Sparkles,
} from "lucide-react"
import {