The micro version should be enough

This commit is contained in:
Timothy Farrell 2017-11-02 17:22:27 -05:00
parent 1cd18df824
commit fc59945966

View File

@ -1,5 +1,5 @@
// import { createView } from 'domvm/dist/dev/domvm.dev.js'; // 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 generateThumbnails from './contextLoaders/generateThumbnails.js';
import { GalleryView } from './interface/gallery.js'; import { GalleryView } from './interface/gallery.js';