This file contains hidden or 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
/* | |
* 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' |
This file contains hidden or 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
/* | |
* 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' |
This file contains hidden or 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
/* 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' |