homepage/_assets/index.js

9 lines
176 B
JavaScript
Raw Normal View History

2023-03-16 07:54:45 +00:00
import { init } from './js/lens.js'
init();
// Test import of an asset
// import webpackLogo from '@/images/webpack-logo.svg'
// Test import of styles
import './index.scss';