Skip to content

Instantly share code, notes, and snippets.

@shanebdavis
Created November 25, 2019 21:59
Show Gist options
  • Save shanebdavis/dd042df3f5873fd436c44bb742017e07 to your computer and use it in GitHub Desktop.
Save shanebdavis/dd042df3f5873fd436c44bb742017e07 to your computer and use it in GitHub Desktop.
import React from "react";
import { ToDo } from "./components/ToDo";
import "./App.css";
export const App = () => <ToDo />;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment