Skip to content

Instantly share code, notes, and snippets.

@ac12644
Created January 30, 2022 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ac12644/034a5ebeadf6d48aec51d19e47b83403 to your computer and use it in GitHub Desktop.
Save ac12644/034a5ebeadf6d48aec51d19e47b83403 to your computer and use it in GitHub Desktop.
import React, { useState, useEffect } from "react";
const NewFundraiser = () => {
useEffect(() => {}, []);
return (
<div><h2>Create a New Fundraiser</h2></div>
) }
export default NewFundraiser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment