refactor: remove unused import
This commit is contained in:
parent
c60098987f
commit
24b9c89084
|
|
@ -1,6 +1,5 @@
|
|||
import { create } from "zustand";
|
||||
import { storageService } from "@/lib/storage/storage-service";
|
||||
import { useProjectStore } from "./project-store";
|
||||
|
||||
export type MediaType = "image" | "video" | "audio";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue