From 76c7ea13d32c6b69ac79e441681e2b093427ed63 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 23 Jun 2018 23:15:56 +0300 Subject: [PATCH] #import @method -fix --- web/app/last-comments.js | 1 - 1 file changed, 1 deletion(-) 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);