misc: move gateway path

This commit is contained in:
2021-09-02 00:46:33 +09:00
parent 46ae4669ea
commit f4fb4ec00d
13 changed files with 58 additions and 55 deletions
+7
View File
@@ -0,0 +1,7 @@
interface Window {
pathConfig: {
root: string,
sharedIcon: string,
gameImage: string,
}
}