diff --git a/src/components/category.js b/src/components/category.js index dccf99e..dcd6b73 100644 --- a/src/components/category.js +++ b/src/components/category.js @@ -3,7 +3,8 @@ import PropTypes from 'prop-types' import frequently from '../utils/frequently' import { getData } from '../utils' -import { NimbleEmoji, NotFound } from '.' +import NimbleEmoji from './emoji/nimble-emoji' +import NotFound from './not-found' export default class Category extends React.Component { constructor(props) {