mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
6 lines
201 B
JavaScript
6 lines
201 B
JavaScript
// this file loads all assets from the Chill person bundle
|
|
|
|
require('./Resources/public/css/person.css');
|
|
require('./Resources/public/sass/index.js');
|
|
//require('./Resources/public/sass/person.scss');
|