feat: 역할별 메뉴 시스템 및 비즈니스 컴포넌트 라우팅 통합
- 5가지 역할(CEO, ProductionManager, Worker, SystemAdmin, Sales) 지원 - 역할별 메뉴 구성 및 동적 전환 기능 - 사이드바 컴포넌트 분리 (Sidebar.tsx) - sam_prototype 디자인 완전 통합 (네이티브 select 사용) - 비즈니스 컴포넌트 라우팅 연결 (lazy loading) - PlaceholderPage 추가 (미구현 페이지용) - BOMManagement Figma 에셋 제거 및 플레이스홀더 적용
This commit is contained in:
6
postcss.config.js.backup
Normal file
6
postcss.config.js.backup
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user