Skip to content

Commit

Permalink
modifying packages and removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
anpethel committed Sep 17, 2024
1 parent d6f1cd6 commit bf12e50
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
30 changes: 27 additions & 3 deletions Client/package-lock.json

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

2 changes: 2 additions & 0 deletions Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"sass": "^1.78.0"
}
}
1 change: 0 additions & 1 deletion Client/src/screens/StartScreen/StartScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export function StartScreen(): React.ReactElement {
const [isSaving, setSaving] = React.useState<boolean>(false);
const { setGameScenarios } = React.useContext<IAppContext>(AppContext);
const [title, setTitle] = React.useState<string>("");
const [displayedText, setDisplayedText] = React.useState<string>("");
const navigate = useNavigate();

const handleStartButtonClicked = async (): Promise<void> => {
Expand Down

0 comments on commit bf12e50

Please sign in to comment.