Created
August 13, 2019 14:40
-
-
Save Tevinthuku/e2757d71ba95499ed9858f0d2436de97 to your computer and use it in GitHub Desktop.
the main file upon which all functions will be exported to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { render } from "./reconciler"; | |
import { createElement } from "./element"; | |
export { createElement, render }; | |
export default { | |
render, | |
createElement | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment