chore: remove unused ArrowLeft icon imports from admin components

This commit is contained in:
mark 2025-05-28 09:54:38 +08:00
parent a6923e8c3c
commit 0d59240818
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import type React from "react"
import { useState, useEffect } from "react"
import { useNavigate } from "react-router-dom"
import { UserPlus, ArrowLeft, User as UserIcon } from "lucide-react"
import { UserPlus, User as UserIcon } from "lucide-react"
import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"

View File

@ -4,7 +4,7 @@ import type React from "react"
import { useState } from "react"
import { useNavigate } from "react-router-dom"
import { UserPlus, ArrowLeft } from "lucide-react"
import { UserPlus } from "lucide-react"
import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"