mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-12 23:11:52 +01:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
|
'use strict';
|
||
|
|
||
|
require('./src/assets/scss/init.scss');
|
||
|
|
||
|
exports.onClientEntry = () => {};
|