Skip to content

Commit 2becb60

Browse files
committed
pls work
1 parent b53ba1d commit 2becb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/form/form.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { FormFieldVariants, FormStatus, FormSubmitMessage, FormSubmitResult } fr
2222
import { AutoFormField } from './components/autoFormField'
2323
import { FormStatusBadge } from './components/formStatusBadge'
2424

25-
interface FormPageProps { }
25+
interface FormPageProps {}
2626

2727
const FormPage: FunctionComponent<FormPageProps> = () => {
2828
const toast = useToast()

0 commit comments

Comments
 (0)