From c0a418fa577156d1430129fcc384a9d62c2f341d Mon Sep 17 00:00:00 2001 From: Ross Khanas Date: Tue, 13 Nov 2018 19:21:37 +0900 Subject: [PATCH] Update category.js --- src/components/category.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {