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