forked from abner/for-legacy-web
chore(mobx): refactor into interfaces
This commit is contained in:
@@ -2,7 +2,7 @@ import { makeAutoObservable, ObservableMap } from "mobx";
|
||||
import { Session } from "revolt-api/types/Auth";
|
||||
import { Nullable } from "revolt.js/dist/util/null";
|
||||
|
||||
import Persistent from "../Persistent";
|
||||
import Persistent from "../interfaces/Persistent";
|
||||
|
||||
interface Data {
|
||||
sessions: Record<string, Session>;
|
||||
|
||||
Reference in New Issue
Block a user