This commit is contained in:
Asuka 2025-06-19 16:42:37 +08:00
parent 5ee0c86fcc
commit bcbe2868d5
3 changed files with 0 additions and 13 deletions

View File

@ -10,15 +10,10 @@ import {
X,
Info,
AlertTriangle,
type LucideIcon,
} from "lucide-react"
import React, { useState } from "react"
import {
Dialog,
DialogTrigger,
DialogContent,
DialogHeader,
DialogTitle,
} from "@/components/ui/dialog"
import {
@ -37,7 +32,6 @@ import {
SidebarMenuItem,
useSidebar,
} from "@/components/ui/sidebar"
import { Badge } from "@/components/ui/badge"
import { WrongbookDialog } from "@/components/UncompletedProject/wrongbook-dialog"
import { ShareDialogContent } from "@/components/UncompletedProject/sharedialog"

View File

@ -4,10 +4,7 @@ import * as React from "react"
import {
BookOpen,
Command,
Frame,
LifeBuoy,
Map,
PieChart,
Send,
Settings2,
SquareTerminal,

View File

@ -2,11 +2,8 @@
import { siteConfig } from "@/config/site"
import * as React from "react"
import {
BookOpen,
Command,
Frame,
LifeBuoy,
Map,
PieChart,
Send,
Settings2,
@ -14,7 +11,6 @@ import {
} from "lucide-react"
import { NavMain } from "@/components/nav-main"
import { NavProjects } from "@/components/nav-projects"
import { NavSecondary } from "@/components/nav-secondary"
import { NavUser } from "@/components/nav-user"
import {