mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-03 15:20:50 +00:00
6.19
This commit is contained in:
parent
5ee0c86fcc
commit
bcbe2868d5
@ -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"
|
||||
|
||||
|
@ -4,10 +4,7 @@ import * as React from "react"
|
||||
import {
|
||||
BookOpen,
|
||||
Command,
|
||||
Frame,
|
||||
LifeBuoy,
|
||||
Map,
|
||||
PieChart,
|
||||
Send,
|
||||
Settings2,
|
||||
SquareTerminal,
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user