Advertisment.js 91 B

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