meta-lightbox/src/js/test-build.js

20 lines
303 B
JavaScript
Raw Normal View History

2021-08-04 01:22:41 +02:00
/*
* MetaLightbox
* https://tony.twma.pro
*
*/
2021-08-18 21:11:59 +02:00
import ui from "./app";
import "../scss/app.scss";
import "../scss/test-build.scss";
2021-08-04 01:22:41 +02:00
2021-08-11 19:06:49 +02:00
/*function importAll(r) {
2021-08-04 01:22:41 +02:00
return r.keys().map(r);
}
const images = importAll(
require.context('../img/', false, /\.(png|jpe?g|svg)$/),
2021-08-11 19:06:49 +02:00
);*/
2021-08-04 01:22:41 +02:00
export default ui;