Skip to content

Commit

Permalink
Merge 0214345 into c40ff5f
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Apr 30, 2021
2 parents c40ff5f + 0214345 commit 60abed1
Show file tree
Hide file tree
Showing 6 changed files with 1,241 additions and 26 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"no-param-reassign": 0,
"no-new-func": 0,
"no-loop-func": 0,
"no-restricted-syntax": 0,
"new-cap": 0,
"prefer-destructuring": 0,
"block-scoped-var": 0,
Expand Down
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
Loading

0 comments on commit 60abed1

Please sign in to comment.