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