Instriction.js 109 B

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