Skip to content

Commit

Permalink
Apply zoltangy#8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete v.B committed Oct 26, 2022
1 parent 972cb5a commit 43997a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Icons.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { SvgIcon } from "@material-ui/core";
import { SvgIcon } from "@mui/material";

export function IOSShareIcon() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/InstallDialog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Box, Typography, Dialog, DialogTitle, DialogContent } from "@material-ui/core";
import { Box, Typography, Dialog, DialogTitle, DialogContent } from "@mui/material";
import InstallDialogAction from "./InstallDialogAction";

export default function InstallDialog(props) {
Expand Down
2 changes: 1 addition & 1 deletion src/InstallDialogAction.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { DialogActions, Typography, Button, Box } from "@material-ui/core";
import { DialogActions, Typography, Button, Box } from "@mui/material";
import { platforms } from "./Platforms";
import { IOSShareIcon, FireFoxA2HSIcon, MenuIcon, OperaA2HSIcon } from "./Icons";

Expand Down

0 comments on commit 43997a2

Please sign in to comment.