2025-08-31 16:05:46 -03:00

9 lines
270 B
JavaScript

// Feather icons are used on some pages
// Replace() replaces [data-feather] elements with icons
import featherIcons from "feather-icons"
featherIcons.replace()
// Mazer internal JS. Include this in your project to get
// the sidebar running.
import "./mazer"