Skip to content

Commit

Permalink
clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellaalps committed Jun 23, 2024
1 parent 98ad93a commit 0abd6ef
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 190 deletions.
23 changes: 22 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"openai": "^4.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-numeric-input": "^2.2.3",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
Expand Down Expand Up @@ -40,7 +41,8 @@
]
},
"devDependencies": {
"@types/react-numeric-input": "^2.2.7",
"react-router-dom": "^6.23.1",
"typescript": "^4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'devextreme/dist/css/dx.light.css';

import './App.css';
import React from 'react';
import Battlemap from './components/Battlemap/Battlemap';
Expand Down
Loading

0 comments on commit 0abd6ef

Please sign in to comment.