Skip to content

Commit

Permalink
Merge pull request #51 from team-pofo/feature/#49/mypage
Browse files Browse the repository at this point in the history
Feature/#49/mypage
  • Loading branch information
kevinmj12 authored Jan 15, 2025
2 parents 524d09f + 13c3883 commit e01d17c
Show file tree
Hide file tree
Showing 47 changed files with 2,124 additions and 108 deletions.
285 changes: 285 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@uiw/react-md-editor": "^3.6.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/EditProject/EditProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useSelectTypes } from "@/stores/selectStackType/selectTypesStore";
import {
ProjectCategory,
getCategoryKey,
} from "@/libs/enum/projectCategoryEnum";
} from "@/lib/enum/projectCategoryEnum";
import { useRouter } from "next/router";
import { useEffect } from "react";
import { useEditProject } from "@/stores/editProjectStore";
Expand Down
Loading

0 comments on commit e01d17c

Please sign in to comment.