11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
import.meta.glob([
|
|
'../images/**',
|
|
'../fonts/**',
|
|
]);
|
|
|
|
import Header from '../views/sections/header/header.js';
|
|
import LazyLoad from './lib/Lazy.js';
|
|
|
|
LazyLoad();
|
|
Header();
|