Created
January 12, 2020 13:34
-
-
Save emmabostian/e263a6374020e37904b3532a70f42c8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useCallback, useState } from "react"; | |
import { animated, useTransition, config } from "react-spring"; | |
import mountains from "./images/mountains.jpg"; | |
import beach from "./images/beach.jpg"; | |
import desert from "./images/desert.jpg"; | |
import "./gallery.css"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment