refactor: some name and styling changes

This commit is contained in:
Riccardo
2023-12-17 17:48:08 +01:00
parent 6245ee943d
commit 878e787ed0
17 changed files with 55 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ import {
FormMessage
} from '../components/ui/form';
import { Input } from '../components/ui/input';
import { ResponseSchema, SubscribeFormSchema } from '../utils/types';
import { ResponseSchema, SubscribeFormSchema } from '../utils/schemas';
export default function Home() {
const [completed, setCompleted] = useState(false);