chore: remove unused ArrowLeft icon imports from admin components
This commit is contained in:
parent
a6923e8c3c
commit
0d59240818
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue