fix(components)!: properly export html components
This commit is contained in:
parent
e9db7de13c
commit
48cafe8432
4 changed files with 70 additions and 24 deletions
7
packages/components/src/index.ts
Normal file
7
packages/components/src/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import navarHtml from "./navbar/navbar.html";
|
||||
|
||||
export const HTMLComponents = {
|
||||
navbar: navarHtml,
|
||||
};
|
||||
|
||||
export default {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue