fix eslint errors

This commit is contained in:
Artur Agh
2024-01-23 11:57:29 +01:00
parent f1913f9471
commit db59c8ddab

View File

@@ -1,6 +1,6 @@
import React from "react";
import { TbFlipHorizontal, TbFlipVertical } from "react-icons/tb";
import { BsArrowsFullscreen } from "react-icons/Bs";
import { BsArrowsFullscreen } from "react-icons/bs";
import { Toggle } from "@/components/ui/toggle";
import { useAppDispatch, useAppSelector } from "@/hooks";
import { type StageImageItem, updateImage } from "@/store/app.slice";