Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
UpperCod committed Aug 21, 2022
1 parent 64d9c6c commit a642daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export { useHook, useHost, useRef, useUpdate } from "./hooks/create-hooks.js";
export { render, h, Mark } from "./render.js";
export { template } from "./template.js";
export { css } from "./css.js";
export * from "./context.js";
4 changes: 3 additions & 1 deletion src/tests/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ describe("src/core", () => {
"PropError",
"Any",
"options",
"template"
"template",
"useContext",
"createContext"
);
});
});

0 comments on commit a642daa

Please sign in to comment.