working on agents.

This commit is contained in:
killian-larcher
2024-11-11 20:31:35 +01:00
parent baf69c0295
commit ca81ebe145
11 changed files with 154 additions and 81 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {PageParams} from "@/types/next";
import {Page, PageContent, PageDescription, PageHeader, PageTitle} from "@/features/layout/page";
import {Page, PageContent, PageHeader, PageTitle} from "@/features/layout/page";
import {AgentForm} from "@/components/wrappers/Agent/AgentForm/AgentForm";