Add KeyboardModule Component

This commit is contained in:
József Farkas
2016-04-09 21:58:50 +02:00
parent f8bcf2ef94
commit 4ccf06efc5
3 changed files with 71 additions and 0 deletions

3
src/components/module.ts Normal file
View File

@@ -0,0 +1,3 @@
import {Module} from './module.model';
import {ModuleComponent} from './module.component';
export {Module, ModuleComponent};