1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

Remove unused anchorScroll import

This commit is contained in:
Alexander Skvortsov
2020-07-06 20:16:49 -04:00
committed by Franz Liedke
parent 514165c3af
commit ac1eef7578

View File

@@ -1,7 +1,6 @@
import Component from '../../common/Component';
import ScrollListener from '../../common/utils/ScrollListener';
import PostLoading from './LoadingPost';
import anchorScroll from '../../common/utils/anchorScroll';
import ReplyPlaceholder from './ReplyPlaceholder';
import Button from '../../common/components/Button';