Add Signal.Backbone

This commit is contained in:
Daniel Gasienica 2018-04-13 22:16:09 -04:00
parent 825980fbd1
commit 27c4bf90e3
2 changed files with 4 additions and 0 deletions

3
ts/backbone/index.ts Normal file
View file

@ -0,0 +1,3 @@
import * as Conversation from './Conversation';
export { Conversation };