Feat/dimentorin landing page (#49)

* feat(dimentorin): slicing landing page menu mentoring

* feat(dimentorin): slicing landing page detail mentor

* feat(dimentorin): slicing modal booking mentor

* feat(dimentorin): slicing landing - resources page

* feat(dimentorin): slicing landing - articles page

* feat(dimentorin): slicing landing - detail articles page
This commit is contained in:
Muhamad Rijal
2025-07-28 23:26:22 +07:00
committed by GitHub
parent 228f92e9ed
commit f3a19fa460
44 changed files with 1952 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { EyeInvisibleOutlined, EyeOutlined } from '@ant-design/icons'; // Import
import { cn } from '@imphnen-frontend-service/utils';
import { Button } from '../button';
type TInputType = 'text' | 'email' | 'number' | 'password' | 'file';
type TInputType = 'text' | 'email' | 'number' | 'password' | 'file' | 'date' | 'time';
type TInputSize = 'sm' | 'md' | 'lg';
type Width = 'standard' | 'custom'