Skip to content

Instantly share code, notes, and snippets.

@Tevinthuku
Created August 13, 2019 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tevinthuku/07da035ddae8aeb6a37a43082bd4d53d to your computer and use it in GitHub Desktop.
Save Tevinthuku/07da035ddae8aeb6a37a43082bd4d53d to your computer and use it in GitHub Desktop.
import { render } from "./reconciler";
import { createElement } from "./element";
import { Component } from "./component";
export { createElement, render, Component };
export default {
render,
createElement,
Component
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment