Skip to content

Commit 7ec97de

Browse files
chore: fixed build
1 parent 9d8d3e6 commit 7ec97de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/updates/ModalUpdates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { NotificationType } from "~/types";
33
import CloseIcon from "@mui/icons-material/Close";
4-
import IconButton from "@mui/material/IconButton";
4+
import { IconButton } from "@mui/material";
55
import CircleIcon from "@mui/icons-material/Circle";
66

77
interface ModalUpdatesProps {

0 commit comments

Comments
 (0)