mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: remove unused import
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { create } from "zustand";
|
import { create } from "zustand";
|
||||||
import { storageService } from "@/lib/storage/storage-service";
|
import { storageService } from "@/lib/storage/storage-service";
|
||||||
import { useProjectStore } from "./project-store";
|
|
||||||
|
|
||||||
export type MediaType = "image" | "video" | "audio";
|
export type MediaType = "image" | "video" | "audio";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user