fix(FE): fix page responsive in project flock dan marketing modules

This commit is contained in:
randy-ar
2025-12-27 16:36:07 +07:00
parent d49bca1d40
commit c44e63bd2b
10 changed files with 79 additions and 183 deletions
@@ -1,7 +1,6 @@
'use client';
import Button from '@/components/Button';
import Card from '@/components/Card';
import { FormHeader } from '@/components/helper/form/FormHeader';
import NumberInput from '@/components/input/NumberInput';
import SelectInput, { OptionType } from '@/components/input/SelectInput';