mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix imports
This commit is contained in:
parent
3d1a165f0e
commit
756f46704a
@ -1,6 +1,5 @@
|
||||
import { withStyles } from "@material-ui/core/styles";
|
||||
import { Alert } from "@material-ui/lab";
|
||||
|
||||
import withStyles from "@material-ui/core/styles/withStyles";
|
||||
import Alert from "@material-ui/lab/Alert";
|
||||
|
||||
export const StyledAlert = withStyles({
|
||||
root:
|
||||
|
@ -1,4 +1,3 @@
|
||||
import { Alert, AlertTitle } from "@material-ui/lab";
|
||||
import React from "react";
|
||||
import { FormattedMessage, useIntl } from "react-intl";
|
||||
import { useMutation, useQueryClient } from "react-query";
|
||||
@ -7,6 +6,8 @@ import Client from "../../../../classes/client";
|
||||
import { activeInstance, fetchMapById } from '../../../../redux/clientSlice';
|
||||
import { SimpleDialogProps, handleOnMutationSuccess } from "..";
|
||||
import BaseDialog from "../base-dialog";
|
||||
import Alert from "@material-ui/lab/Alert";
|
||||
import AlertTitle from "@material-ui/lab/AlertTitle";
|
||||
|
||||
|
||||
const DeleteDialog = ({ mapId, onClose } : SimpleDialogProps) => {
|
||||
|
Loading…
Reference in New Issue
Block a user