Hash : c266fde1 Author : Thomas de Grivel Date : 2024-10-14T14:54:55
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import $ from "jquery"; window.$ = $; window.jQuery = $; import "bootstrap"; import hljs from "highlight.js"; $(function () { hljs.highlightAll(); }); import "./fx"; import "./kmx_anim"; import "./pixel";