banner-data

This commit is contained in:
2022-04-18 20:30:47 +03:00
parent bd6a846043
commit 2e159814e4
11 changed files with 140 additions and 15 deletions
Vendored
+4
View File
@@ -0,0 +1,4 @@
declare module '*.json' {
const data: any;
export default data;
}