move AccompanyingCourse component in his own directory

This commit is contained in:
Mathieu Jaumotte
2021-04-26 11:46:59 +02:00
parent a8f55e064d
commit 93260ea36f
10 changed files with 55 additions and 37 deletions

View File

@@ -8,5 +8,5 @@ module.exports = function(encore, entries)
ChillPersonAssets: __dirname + '/Resources/public'
});
encore.addEntry('accompanying_course', __dirname + '/Resources/public/js/index.js');
encore.addEntry('accompanying_course', __dirname + '/Resources/public/js/AccompanyingCourse/index.js');
};