diff --git a/client/imports/pages/chats/chats.ts b/client/imports/pages/chats/chats.ts new file mode 100644 index 0000000..980bafb --- /dev/null +++ b/client/imports/pages/chats/chats.ts @@ -0,0 +1,11 @@ +import { Component } from '@angular/core'; +import template from './chats.html'; + +@Component({ + template +}) +export class ChatsPage { + constructor() { + + } +} \ No newline at end of file