refactor: remove unused import

This commit is contained in:
Maze Winther
2025-07-08 22:43:08 +02:00
parent c60098987f
commit 24b9c89084

View File

@ -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";