refactor: lint

This commit is contained in:
Lucas Larroche 2024-01-27 13:53:19 +07:00
parent 672b67896c
commit 7487498805
53 changed files with 1789 additions and 1078 deletions

View file

@ -6,16 +6,16 @@
*/
// Imports
import themeSwitcher from './src/theme-switcher.js';
import toggleNavigation from './src/toggle-navigation';
import themeSwitcher from "./src/theme-switcher.js"
import toggleNavigation from "./src/toggle-navigation"
// Theme switcher
themeSwitcher.addButton({
tag: 'BUTTON',
class: 'contrast switcher theme-switcher',
target: 'body',
});
themeSwitcher.init();
tag: "BUTTON",
class: "contrast switcher theme-switcher",
target: "body",
})
themeSwitcher.init()
// Toggle navigation
toggleNavigation.init();
toggleNavigation.init()