summaryrefslogtreecommitdiff
path: root/esm/scripts/app.js
blob: 78f17905271b0c2e4da8e46b64c73c2afeeaa777 (plain)
1
2
3
4
5
6
import config from './presentation.js'

import slidetray from './slidetray.js'

let presentation = slidetray(config);
presentation.prepare().apply().show();