The micro version should be enough

This commit is contained in:
Timothy Farrell 2017-11-02 17:22:27 -05:00
parent fd0c7a2f70
commit 7ef5347a89

View File

@ -1,5 +1,5 @@
// import { createView } from 'domvm/dist/dev/domvm.dev.js';
import { createView } from 'domvm/dist/full/domvm.full.js';
import { createView } from 'domvm/dist/micro/domvm.micro.js';
import generateThumbnails from './contextLoaders/generateThumbnails.js';
import { GalleryView } from './interface/gallery.js';