diff --git a/web/app/last-comments.js b/web/app/last-comments.js index c70826be..ddf31a89 100644 --- a/web/app/last-comments.js +++ b/web/app/last-comments.js @@ -5,7 +5,6 @@ import { BASE_URL, DEFAULT_LAST_COMMENTS_MAX, LAST_COMMENTS_NODE_CLASSNAME } fro import api from 'common/api'; import ListComments from 'components/list-comments'; -import {getLastComments} from "./common/api"; if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init);