remove unused import

This commit is contained in:
Kuldeep M 2021-12-05 23:28:20 +00:00 committed by GitHub
parent f9183a47db
commit 44fdf247cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
import { state } from '../state';
import { APP_NAME } from '../../constant';
import { layout } from '../layout';
import { toolbar } from '../toolbar';
import { bookmark } from '../bookmark';
import { bookmarkDefault } from '../bookmarkDefault';