chore: format webapp files

This commit is contained in:
Ahmed Bouhuolia
2026-05-31 23:35:10 +02:00
parent ef9c93cbf9
commit ed48a2cbdb
1288 changed files with 10396 additions and 5738 deletions

View File

@@ -1,6 +1,6 @@
// @ts-nocheck
import { useEffect } from 'react'
import { useEffect } from 'react';
export function FormObserver({ onChange, values }) {
useEffect(() => {