mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-04 03:41:27 +00:00
feat: Ajout des composants manquant dans le FormTemplateBuilder [N3WTS-17]
This commit is contained in:
@ -4,7 +4,7 @@ import Table from '@/components/Table';
|
||||
import Popup from '@/components/Popup';
|
||||
import logger from '@/utils/logger';
|
||||
import { useEstablishment } from '@/context/EstablishmentContext';
|
||||
import CheckBox from '@/components/CheckBox';
|
||||
import CheckBox from '@/components/Form/CheckBox';
|
||||
|
||||
const paymentPlansOptions = [
|
||||
{ id: 1, name: '1 fois', frequency: 1 },
|
||||
|
||||
Reference in New Issue
Block a user