mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +00:00
fix: removes unnecessary import
This commit is contained in:
parent
41e8de6cc7
commit
1e95cf9e37
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import React, { useMemo } from 'react';
|
import React, { useMemo } from 'react';
|
||||||
import { useTheme } from '@mui/material';
|
|
||||||
import { Coords } from 'src/types';
|
import { Coords } from 'src/types';
|
||||||
import { Svg } from 'src/components/Svg/Svg';
|
import { Svg } from 'src/components/Svg/Svg';
|
||||||
import { TRANSFORM_CONTROLS_COLOR } from 'src/config';
|
import { TRANSFORM_CONTROLS_COLOR } from 'src/config';
|
||||||
|
|
Loading…
Reference in a new issue