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 React, { useState, useEffect, useRef } from "react"; | |
import { arrayOf, string } from "prop-types"; | |
import ReactDOM from "react-dom"; | |
import "./styles.css"; | |
/** | |
* Please note that this app is intentionally in a broken state. You must create your | |
* component and add it to `ReactDOM.render` (at the bottom of this file) to get started. | |
*/ |