fix all eslint errors
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Flex, Text } from "@mantine/core";
|
||||
import { getForms } from "@/services/api";
|
||||
import { useGetForms } from "@/services/api";
|
||||
import { FormCard } from "@/components/Forms/Card";
|
||||
import type { Form } from "@/services/resources/forms";
|
||||
import { t } from "@/config/i18n";
|
||||
|
||||
export function Home() {
|
||||
const { data: allForms } = getForms();
|
||||
const { data: allForms } = useGetForms();
|
||||
|
||||
return (
|
||||
<Flex gap="md" wrap="wrap" justify="center">
|
||||
|
||||
Reference in New Issue
Block a user