ref: Fix small typo (#3428)

This commit is contained in:
Maksim Eltyshev
2022-04-20 20:11:40 +05:00
committed by GitHub
parent 233f3af667
commit e162e67396

View File

@@ -1,9 +1,9 @@
import { computed } from "mobx";
import { bytesToHumanReadable } from "@shared/utils/files";
import BaseModal from "./BaseModel";
import BaseModel from "./BaseModel";
import User from "./User";
class FileOperation extends BaseModal {
class FileOperation extends BaseModel {
id: string;
state: string;