feat: Refactor old code with delete
modal and icons
for buttons
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { makeAutoObservable, runInAction } from "mobx";
|
||||
import { authInstance } from "@shared";
|
||||
|
||||
type Media = {
|
||||
export type Media = {
|
||||
id: string;
|
||||
filename: string;
|
||||
media_name: string;
|
||||
|
Reference in New Issue
Block a user