Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into web_develop
Browse files Browse the repository at this point in the history
  • Loading branch information
crolvlee committed Aug 8, 2024
2 parents 71b7736 + bdaf893 commit d15e565
Show file tree
Hide file tree
Showing 21 changed files with 355 additions and 3,699 deletions.
3,052 changes: 21 additions & 3,031 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@testing-library/user-event": "^13.5.0",
"axios": "^1.7.2",
"jwt-decode": "^4.0.0",
"date-fns": "^3.6.0",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.3.1",
Expand Down
1 change: 1 addition & 0 deletions src/components/MainLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function MainLayout({ children }) {
return (
<LayoutContainer>
<Content>{children}</Content>

<MainNavigationBar />
</LayoutContainer>
);
Expand Down
42 changes: 0 additions & 42 deletions src/pages/group/BasicInfo.jsx

This file was deleted.

118 changes: 0 additions & 118 deletions src/pages/group/Rank.jsx

This file was deleted.

139 changes: 0 additions & 139 deletions src/pages/group/Schedule.jsx

This file was deleted.

Loading

0 comments on commit d15e565

Please sign in to comment.