Skip to content

Instantly share code, notes, and snippets.

@Tevinthuku
Created August 13, 2019 14:40
Show Gist options
  • Save Tevinthuku/e2757d71ba95499ed9858f0d2436de97 to your computer and use it in GitHub Desktop.
Save Tevinthuku/e2757d71ba95499ed9858f0d2436de97 to your computer and use it in GitHub Desktop.
the main file upon which all functions will be exported to
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