Instriction.js 89 B

12345
  1. import React from "react";
  2. export const Instruction = () => (
  3. <h1>Instruction</h1>
  4. )