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

@@ -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;