Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Created July 1, 2017 15:36
Show Gist options
  • Save sanjsanj/db9aceb8f36fbfaa9c51847e649d927f to your computer and use it in GitHub Desktop.
Save sanjsanj/db9aceb8f36fbfaa9c51847e649d927f to your computer and use it in GitHub Desktop.
import React from 'react';
const AddTodo = () => (
<div />
);
export default AddTodo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment