remove example top-level dir

This commit is contained in:
Fabio Berger
2018-03-09 11:00:47 +01:00
parent e4f90996af
commit cc73f72d13
46 changed files with 29 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
declare module '*.json' {
const json: any;
/* tslint:disable */
export default json;
/* tslint:enable */
}