Skip to content

Commit

Permalink
Refactor - remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Aug 28, 2024
1 parent 632f155 commit 16e8f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/editor/system/canvas/EditorCanvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ import { SystemLink } from "@components/editor/system/shapes/shapesDefinitions";
import svgPanZoom from "svg-pan-zoom";
import { SVG_PAN_ZOOM_OPTIONS } from "@utils/constants";
import { saveSvgAsPng } from "save-svg-as-png";
import { Box, IconButton, Snackbar, TextField, Typography, useTheme } from "@mui/material";
import { Box, IconButton, TextField, Typography, useTheme } from "@mui/material";
import RestartAltIcon from "@mui/icons-material/RestartAlt";
import CheckIcon from "@mui/icons-material/Check";
import { useTranslation } from "react-i18next";
import { useSelectedSystemSummaries } from "@hooks/useSelectedSystemSummaries";
import { updateFilter } from "@services/systemService";
import { useSystems } from "@hooks/useSystems";
import { SnackbarType, useSnackbar } from "@hooks/useSnackbar";

interface Props {
Expand Down

0 comments on commit 16e8f7b

Please sign in to comment.