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

20 lines
301 B
JavaScript
Raw Normal View History

2021-08-04 01:22:41 +02:00
/*
* MetaLightbox
* https://tony.twma.pro
*
*/
2022-05-03 20:58:33 +02:00
import ui from './app'
import '../scss/app.scss'
import '../scss/test-build.scss'
2021-08-04 01:22:41 +02:00
2022-05-03 20:58:33 +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)$/),
2022-05-03 20:58:33 +02:00
); */
2021-08-04 01:22:41 +02:00
2022-05-03 20:58:33 +02:00
export default ui