Rename Tables.ts to tables.ts

This commit is contained in:
Umed Khudoiberdiev 2016-04-18 11:03:55 +05:00
parent ff6831b576
commit 9f848b752b
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
export * from "./tables/Table";
export * from "./tables/AbstractTable";

2
src/decorator/tables.ts Normal file
View File

@ -0,0 +1,2 @@
export * from "./tables/Table";
export * from "./tables/AbstractTable";