first commit
This commit is contained in:
14
app/agents/page.tsx
Normal file
14
app/agents/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { AgentsTable } from "@/components/collections/agents-table";
|
||||
|
||||
export default function AgentsPage() {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight">Agents</h1>
|
||||
<p className="text-muted-foreground">Gestion des agents Cercle GPT</p>
|
||||
</div>
|
||||
|
||||
<AgentsTable />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user