fix(components)!: properly export html components

This commit is contained in:
Alexander Navarro 2024-12-24 10:52:15 -03:00
parent e9db7de13c
commit 48cafe8432
4 changed files with 70 additions and 24 deletions

View file

@ -0,0 +1,7 @@
import navarHtml from "./navbar/navbar.html";
export const HTMLComponents = {
navbar: navarHtml,
};
export default {};