Init

    July 23, 2020
    Hello World

    The Main Header

    All blogs start somewhere.

    A code test within a paragraph: (num) => num + 1 + paragraph

    1import React from 'react';
    2const Component = () => <div>Hello there!</div>;
    3export default Component;