Skip to content

Commit

Permalink
Merge fbc8377 into fd71456
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jun 2, 2021
2 parents fd71456 + fbc8377 commit 20cb93d
Show file tree
Hide file tree
Showing 4 changed files with 1,196 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { default as parent } from "./parent.js";
export { default as children } from "./children.js";
export { default as render } from "./render.js";
export { default as store } from "./store.js";
export { default as router } from "./router.js";

export { html, svg } from "./template/index.js";

Expand Down

0 comments on commit 20cb93d

Please sign in to comment.