diff --git a/frontend/src/app/dashboard/candidato/perfil/page.tsx b/frontend/src/app/dashboard/candidato/perfil/page.tsx index 4f47945..6a72bcf 100644 --- a/frontend/src/app/dashboard/candidato/perfil/page.tsx +++ b/frontend/src/app/dashboard/candidato/perfil/page.tsx @@ -30,6 +30,7 @@ import { Label } from "@/components/ui/label"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; import { Badge } from "@/components/ui/badge"; import { Separator } from "@/components/ui/separator"; +import { LocationAutocomplete } from "@/components/location-autocomplete"; import { Navbar } from "@/components/navbar"; import { Footer } from "@/components/footer"; diff --git a/frontend/src/app/dashboard/companies/new/page.tsx b/frontend/src/app/dashboard/companies/new/page.tsx index 9a31886..f812052 100644 --- a/frontend/src/app/dashboard/companies/new/page.tsx +++ b/frontend/src/app/dashboard/companies/new/page.tsx @@ -12,6 +12,7 @@ import { toast } from "sonner" import { useTranslation } from "@/lib/i18n" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import Link from "next/link" +import { LocationAutocomplete } from "@/components/location-autocomplete" const formatCNPJ = (value: string) => { return value @@ -257,13 +258,12 @@ export default function NewCompanyPage() { /> -