forked from abner/for-legacy-web
chore(mobx): refactor into interfaces
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user