Revert "chore: remove unused ArrowLeft icon imports from admin components"

This reverts commit 0d59240818.
This commit is contained in:
mark 2025-06-09 18:46:17 +08:00
parent 062ae9315a
commit 045fd55e3e
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, User as UserIcon } from "lucide-react"
import { UserPlus, ArrowLeft, 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 } from "lucide-react"
import { UserPlus, ArrowLeft } from "lucide-react"
import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"