Skip to content

Commit

Permalink
Fixed comp problems
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Dec 22, 2024
1 parent 7545771 commit 840fc98
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion admin/src/components/IconButton.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {FC, ReactElement} from "react";
import {FC, JSX, ReactElement} from "react";

export type IconButtonProps = {
icon: JSX.Element,
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/async": "^3.2.24",
"@types/express": "^5.0.0",
"@types/express": "^4.17.21",
"@types/formidable": "^3.4.5",
"@types/http-errors": "^2.0.4",
"@types/jquery": "^3.5.32",
Expand Down

0 comments on commit 840fc98

Please sign in to comment.