Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Last active January 12, 2020 14:09
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 emmabostian/61efab80f836de4f5cae0c1ff4957b73 to your computer and use it in GitHub Desktop.
Save emmabostian/61efab80f836de4f5cae0c1ff4957b73 to your computer and use it in GitHub Desktop.
import React, { useState } from "react";
import { useTransition } from "react-spring";
import ReactDOM from "react-dom";
import Modal from "./Modal";
import "./styles.css";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment