mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
chore(mobx): refactor into interfaces
This commit is contained in:
@@ -2,7 +2,7 @@ import { action, computed, makeAutoObservable } from "mobx";
|
||||
|
||||
import { Language, Languages } from "../../context/Locale";
|
||||
|
||||
import Persistent from "../Persistent";
|
||||
import Persistent from "../interfaces/Persistent";
|
||||
|
||||
interface Data {
|
||||
lang: Language;
|
||||
|
||||
Reference in New Issue
Block a user