Skip to content

Commit

Permalink
Merge pull request #28 from potato-club/dlgusdn
Browse files Browse the repository at this point in the history
Feat json-server get #12,#5
  • Loading branch information
gusdn010158 authored Mar 16, 2024
2 parents ca68613 + 82855ec commit aebd778
Show file tree
Hide file tree
Showing 8 changed files with 536 additions and 470 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.76",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.7",
"axios": "^1.6.8",
"dotenv": "^16.4.1",
"path": "^0.12.7",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function Community() {

<CommunityBottom>



{Community.map((text:string, index:number) => (
<Communityanswer key={index}>
Expand Down
Loading

0 comments on commit aebd778

Please sign in to comment.