Skip to content

Commit

Permalink
Update Dialogs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefalmamari authored Jul 15, 2024
1 parent 331cf24 commit 63d363d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ui/Dialogs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "../../css/Dialogs.css";

Check failure on line 1 in src/components/ui/Dialogs.js

View workflow job for this annotation

GitHub Actions / lint

Unable to resolve path to module '../../css/Dialogs.css'

Check failure on line 1 in src/components/ui/Dialogs.js

View workflow job for this annotation

GitHub Actions / lint

Unable to resolve path to module '../../css/Dialogs.css'

export function ConfirmDialog(props) {
const { message, onConfirmMethod, yesLabel, noLabel, closeDialog } = props;

Expand Down

0 comments on commit 63d363d

Please sign in to comment.