Skip to content

Commit 5472354

Browse files
committed
fixing warnings
1 parent 796b757 commit 5472354

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

applications/dknet/frontend/src/components/AboutDialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
Typography,
88
IconButton,
99
Divider,
10-
Button,
1110
Stack
1211
} from '@mui/material';
1312

applications/dknet/frontend/src/components/ScrollTop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Box, IconButton } from "@mui/material";
1+
import { IconButton } from "@mui/material";
22
import React from "react";
33
import { TopIcon } from "../assets/icons";
44
import { vars } from "../theme/variables";

0 commit comments

Comments
 (0)