jquintozamora/react-d3-treemap

View on GitHub
src/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import * as React from "react";
import { render } from "react-dom";

/*
  Main App Container
 */
import App from "./App";

render(<App />, document.getElementById("app"));