mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Fix material UI import
This commit is contained in:
parent
223c19a18c
commit
c1136b8f4e
@ -5,7 +5,7 @@ import TextField from '@mui/material/TextField';
|
|||||||
|
|
||||||
import { Label } from '../../../../classes/client';
|
import { Label } from '../../../../classes/client';
|
||||||
import { StyledButton, NewLabelContainer, NewLabelColor, CreateLabel } from './styled';
|
import { StyledButton, NewLabelContainer, NewLabelColor, CreateLabel } from './styled';
|
||||||
import { Tooltip } from '@mui/material';
|
import Tooltip from '@mui/material/Tooltip';
|
||||||
|
|
||||||
const labelColors = [
|
const labelColors = [
|
||||||
'#00b327',
|
'#00b327',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { Alert } from '@mui/material';
|
import Alert from '@mui/material/Alert';
|
||||||
import Button from '@mui/material/Button';
|
import Button from '@mui/material/Button';
|
||||||
import FormControl from '@mui/material/FormControl';
|
import FormControl from '@mui/material/FormControl';
|
||||||
import { Importer, TextImporterFactory } from '@wisemapping/editor';
|
import { Importer, TextImporterFactory } from '@wisemapping/editor';
|
||||||
|
Loading…
Reference in New Issue
Block a user