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,
|
X,
|
||||||
Info,
|
Info,
|
||||||
AlertTriangle,
|
AlertTriangle,
|
||||||
type LucideIcon,
|
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import React, { useState } from "react"
|
import React, { useState } from "react"
|
||||||
import {
|
import {
|
||||||
Dialog,
|
Dialog,
|
||||||
DialogTrigger,
|
|
||||||
DialogContent,
|
|
||||||
DialogHeader,
|
|
||||||
DialogTitle,
|
|
||||||
} from "@/components/ui/dialog"
|
} from "@/components/ui/dialog"
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@ -37,7 +32,6 @@ import {
|
|||||||
SidebarMenuItem,
|
SidebarMenuItem,
|
||||||
useSidebar,
|
useSidebar,
|
||||||
} from "@/components/ui/sidebar"
|
} from "@/components/ui/sidebar"
|
||||||
import { Badge } from "@/components/ui/badge"
|
|
||||||
import { WrongbookDialog } from "@/components/UncompletedProject/wrongbook-dialog"
|
import { WrongbookDialog } from "@/components/UncompletedProject/wrongbook-dialog"
|
||||||
import { ShareDialogContent } from "@/components/UncompletedProject/sharedialog"
|
import { ShareDialogContent } from "@/components/UncompletedProject/sharedialog"
|
||||||
|
|
||||||
|
@ -4,10 +4,7 @@ import * as React from "react"
|
|||||||
import {
|
import {
|
||||||
BookOpen,
|
BookOpen,
|
||||||
Command,
|
Command,
|
||||||
Frame,
|
|
||||||
LifeBuoy,
|
LifeBuoy,
|
||||||
Map,
|
|
||||||
PieChart,
|
|
||||||
Send,
|
Send,
|
||||||
Settings2,
|
Settings2,
|
||||||
SquareTerminal,
|
SquareTerminal,
|
||||||
|
@ -2,11 +2,8 @@
|
|||||||
import { siteConfig } from "@/config/site"
|
import { siteConfig } from "@/config/site"
|
||||||
import * as React from "react"
|
import * as React from "react"
|
||||||
import {
|
import {
|
||||||
BookOpen,
|
|
||||||
Command,
|
Command,
|
||||||
Frame,
|
|
||||||
LifeBuoy,
|
LifeBuoy,
|
||||||
Map,
|
|
||||||
PieChart,
|
PieChart,
|
||||||
Send,
|
Send,
|
||||||
Settings2,
|
Settings2,
|
||||||
@ -14,7 +11,6 @@ import {
|
|||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
|
|
||||||
import { NavMain } from "@/components/nav-main"
|
import { NavMain } from "@/components/nav-main"
|
||||||
import { NavProjects } from "@/components/nav-projects"
|
|
||||||
import { NavSecondary } from "@/components/nav-secondary"
|
import { NavSecondary } from "@/components/nav-secondary"
|
||||||
import { NavUser } from "@/components/nav-user"
|
import { NavUser } from "@/components/nav-user"
|
||||||
import {
|
import {
|
||||||
|
Loading…
Reference in New Issue
Block a user