Remove unused icon import
This commit is contained in:
parent
5f7dccff71
commit
5f7efa13e6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { createRoot } from "react-dom/client"
|
|||
import { invoke } from "@tauri-apps/api/core"
|
||||
import { Store } from "@tauri-apps/plugin-store"
|
||||
import { appLocalDataDir, executableDir, join } from "@tauri-apps/api/path"
|
||||
import { ExternalLink, Eye, EyeOff, GalleryVerticalEnd, Loader2, RefreshCw } from "lucide-react"
|
||||
import { ExternalLink, Eye, EyeOff, Loader2, RefreshCw } from "lucide-react"
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./components/ui/tabs"
|
||||
import { cn } from "./lib/utils"
|
||||
import { DeactivationScreen } from "./components/DeactivationScreen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue