Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:49
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/401d9e451090393b425c2ef02c65d8e1 to your computer and use it in GitHub Desktop.
Save marshallmurphy/401d9e451090393b425c2ef02c65d8e1 to your computer and use it in GitHub Desktop.
//...
import styles from './App.module.css';
function App() {
const [darkMode, setDarkMode] = useState(false) // here
const [sequence, setSequence] = useState({
segments: [0, 1],
forceFlag: true
})
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment