diff --git a/src/app/companies/page.tsx b/src/app/companies/page.tsx index ef206e8..a49db9a 100644 --- a/src/app/companies/page.tsx +++ b/src/app/companies/page.tsx @@ -1,6 +1,7 @@ import { createClient } from '@/utils/supabase/server' -import { addCompany, deleteCompany } from './actions' +import { deleteCompany } from './actions' import { BuildingOfficeIcon, TrashIcon } from '@heroicons/react/24/outline' +import CompanyForm from '@/components/companies/CompanyForm' export default async function CompaniesPage() { const supabase = await createClient() @@ -39,31 +40,7 @@ export default async function CompaniesPage() {
Personelleri atayabilmek için öncelikle şirket kaydı açmalısınız.
- +