#import @method -fix

This commit is contained in:
Alex
2018-06-23 23:15:56 +03:00
parent 0b36b79d16
commit 76c7ea13d3
-1
View File
@@ -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);