fix(frontend): remove invalid AdminSidebar import from candidates page

The AdminSidebar component doesn't exist - the dashboard layout already provides the sidebar.
This commit is contained in:
Tiago Yamamoto 2025-12-13 18:39:04 -03:00
parent be35be0c10
commit 0684ebfdf6

View file

@ -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, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"