Import Most Visible library

This commit is contained in:
Lucas Larroche 2021-07-24 12:08:45 +07:00
parent 8cb28b3707
commit 4a2e9714f3
5 changed files with 16 additions and 5 deletions

View file

@ -6,6 +6,7 @@
*/
// Imports
import * as mostVisible from './src/most-visible.min.js';
import { aside } from './src/aside.js';
import { themeSwitcher } from './src/theme-switcher.js';
import { materialDesignColors } from './src/material-design-colors.js';
@ -32,4 +33,4 @@ colorPicker.init();
grid.init();
// Scrollspy
scrollspy.init();
scrollspy.init(mostVisible);