Skip to content

Instantly share code, notes, and snippets.

import React, { useState } from "react";
//import any components needed
import NumberButton from './NumberButton'
//Import your array data to from the provided data file
import { numbers } from "../../../data"
const Numbers = () => {
// STEP 2 - add the imported data to state