chore(mobx): refactor into interfaces

This commit is contained in:
Paul
2021-12-11 14:36:26 +00:00
parent a83af8b2db
commit 24bc0949a4
7 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { action, computed, makeAutoObservable, ObservableMap } from "mobx";
import { Channel } from "revolt-api/types/Channels";
import Persistent from "../Persistent";
import Persistent from "../interfaces/Persistent";
/**
* Possible notification states.