Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:48
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 marshallmurphy/3974979c198d01d1113df62f8d60b93d to your computer and use it in GitHub Desktop.
Save marshallmurphy/3974979c198d01d1113df62f8d60b93d to your computer and use it in GitHub Desktop.
import React, { useState } from 'react';
import Lottie from 'react-lottie-segments';
import animationData from './lotties/toggle.json';
import styles from './App.module.css'; // here
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment