diff --git a/app/dashboard/puzzles/page.tsx b/app/dashboard/puzzles/page.tsx index b09e966..54c053f 100644 --- a/app/dashboard/puzzles/page.tsx +++ b/app/dashboard/puzzles/page.tsx @@ -1,7 +1,9 @@ +import Button from '@/ui/Button'; import Input from '@/ui/Input'; import ToHTML from '@/ui/ToHTML'; export default function Page() { + // on va utiliser react-hook-form https://react-hook-form.com/ return (