diff --git a/web/client/src/components/config/ConfigForm.tsx b/web/client/src/components/config/ConfigForm.tsx index 57b39cb..f60be8e 100644 --- a/web/client/src/components/config/ConfigForm.tsx +++ b/web/client/src/components/config/ConfigForm.tsx @@ -1,3 +1,56 @@ +import { useState, useEffect } from 'react'; +import { Button } from '@/components/ui/button'; +import { api } from '@/lib/api'; + export function ConfigForm() { - return