Skip to content

Instantly share code, notes, and snippets.

@gisderdube
Created April 4, 2019 09:40
Show Gist options
  • Save gisderdube/5a629df0ec45dc481e20c1fcd9df27d9 to your computer and use it in GitHub Desktop.
Save gisderdube/5a629df0ec45dc481e20c1fcd9df27d9 to your computer and use it in GitHub Desktop.
// 3rd party packages
import React from 'react'
import styled from 'styled-components'
// Stores
import Store from '~/Store
// reusable components
import Button from '~/components/Button'
// utility functions
import { add, subtract } from '~/utils/calculate'
// submodules
import Intro from './Intro'
import Selector from './Selector'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment