fix(frontend): remove invalid AdminSidebar import from messages page
This commit is contained in:
parent
0684ebfdf6
commit
14c4bc8370
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
"use client"
|
||||
|
||||
import { useState } from "react"
|
||||
import { AdminSidebar } from "@/components/admin-sidebar"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Card, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
|
|
|
|||
Loading…
Reference in a new issue