feat: Ajout des assets

This commit is contained in:
2021-10-21 22:34:05 +02:00
parent 235bf745fd
commit 1ae8d62d3f
3 changed files with 77 additions and 0 deletions

7
assets/js/main.js Normal file
View File

@ -0,0 +1,7 @@
import obfuscates from 'js/obfuscates';
function main() {
obfuscates();
}
main();