mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
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