Skip to content

Commit c880620

Browse files
committed
fix build error
1 parent b708a87 commit c880620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esm-patient-queues-app/src/components/actions/death/death-notification-actions-button.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { launchWorkspace } from "@openmrs/esm-framework";
22
import React, { useCallback } from "react";
33
import { useTranslation } from "react-i18next";
4-
import styles from "./death-notification-actions.css";
4+
import styles from "./death-notification-actions.scss";
55

66

77
const DeathNotificationActionsButton : React.FC = () => {

0 commit comments

Comments
 (0)