forked from OpenNeo/impress
Matchu
aa76fbc933
Doesn't work yet, there's errors in Apollo! I also wonder what node env it's running as, the messages aren't clear here.
7 lines
220 B
JavaScript
7 lines
220 B
JavaScript
import React from "react";
|
|
import ReactDOM from "react-dom";
|
|
|
|
import { WardrobePage } from "./wardrobe-2020";
|
|
|
|
const rootNode = document.querySelector("#wardrobe-2020-root");
|
|
ReactDOM.render(<WardrobePage />, rootNode);
|