Extract Backbone Lightbox view module

This commit is contained in:
Daniel Gasienica 2018-04-15 00:33:35 -04:00
parent 8cfe12644a
commit 593976fe21
4 changed files with 38 additions and 7 deletions

View file

@ -0,0 +1,6 @@
/**
* @prettier
*/
import * as Lightbox from './Lightbox';
export { Lightbox };