fix type import

This commit is contained in:
Nathan Chapman
2024-03-07 11:42:41 -06:00
parent de26b776c8
commit 4a38416b34
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import Store from '../../store';
import { selectNotifications } from '../../store/selectors';
import { close } from 'ionicons/icons';
import { NotificationItem } from '../../mock';
import { type NotificationItem } from '../../mock';
const NotificationItem = ({
notification,