9 lines
270 B
JavaScript
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"
|