Авторизация через админку

This commit is contained in:
2022-04-23 19:45:45 +03:00
parent e4d170e545
commit c457e1465b
20 changed files with 268 additions and 115 deletions
Vendored
+2 -2
View File
@@ -1,4 +1,4 @@
declare module '*.json' {
const data: any;
export default data;
const data: any
export default data
}