-
- Downloads
feat: 웹 프록시 라우팅 목록 페이지 추가
Showing
- package.json 1 addition, 0 deletionspackage.json
- pnpm-lock.yaml 33 additions, 0 deletionspnpm-lock.yaml
- src/components/app-sidebar.tsx 4 additions, 4 deletionssrc/components/app-sidebar.tsx
- src/components/ui/badge.tsx 46 additions, 0 deletionssrc/components/ui/badge.tsx
- src/components/ui/hover-card.tsx 40 additions, 0 deletionssrc/components/ui/hover-card.tsx
- src/pages/Home.tsx 1 addition, 1 deletionsrc/pages/Home.tsx
- src/pages/routing/List.tsx 152 additions, 0 deletionssrc/pages/routing/List.tsx
- src/routes.tsx 4 additions, 0 deletionssrc/routes.tsx
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"@radix-ui/react-collapsible": "^1.1.3", | "@radix-ui/react-collapsible": "^1.1.3", | ||
"@radix-ui/react-dialog": "^1.1.6", | "@radix-ui/react-dialog": "^1.1.6", | ||
"@radix-ui/react-dropdown-menu": "^2.1.6", | "@radix-ui/react-dropdown-menu": "^2.1.6", | ||
"@radix-ui/react-hover-card": "^1.1.6", | |||
"@radix-ui/react-label": "^2.1.2", | "@radix-ui/react-label": "^2.1.2", | ||
"@radix-ui/react-separator": "^1.1.2", | "@radix-ui/react-separator": "^1.1.2", | ||
"@radix-ui/react-slot": "^1.1.2", | "@radix-ui/react-slot": "^1.1.2", | ||
... | ... |
src/components/ui/badge.tsx
0 → 100644
src/components/ui/hover-card.tsx
0 → 100644
src/pages/routing/List.tsx
0 → 100644
Please register or sign in to comment