Skip to content

Instantly share code, notes, and snippets.

View mckeever02's full-sized avatar
✖️

Michael McKeever mckeever02

✖️
View GitHub Profile
/*
* NOTE: The Babel plugin will automatically process the `tw()` function, which
* means we don’t actually need to import it. ESLint will complain about this,
* however, so we need to add `tw` as a global variable.
*/
/* global tw */
import React from 'react'
import styled from 'react-emotion'
import { graphql } from 'gatsby'
/*
* NOTE: The Babel plugin will automatically process the `tw()` function, which
* means we don’t actually need to import it. ESLint will complain about this,
* however, so we need to add `tw` as a global variable.
*/
/* global tw */
import React from 'react'
import styled from 'react-emotion'
import { graphql } from 'gatsby'
/* global tw */
import React from 'react'
import {CopyToClipboard} from 'react-copy-to-clipboard';
import styled from 'react-emotion';
import Moment from 'react-moment';
// import {StaticMap} from 'react-map-gl';
import classnames from "classnames"
import StarRatingComponent from 'react-star-rating-component';
import Icon from './icon'
import {colors} from './theme'