Remove unused import
This commit is contained in:
parent
bc327e87a8
commit
9868da1ac4
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import { Component, h } from 'preact';
|
import { Component, h } from 'preact';
|
||||||
import { connect } from 'preact-redux';
|
|
||||||
|
|
||||||
const CompletionTitle = (props) => {
|
const CompletionTitle = (props) => {
|
||||||
return <li className='vimvixen-console-completion-title' >{props.title}</li>;
|
return <li className='vimvixen-console-completion-title' >{props.title}</li>;
|
||||||
|
|
Reference in a new issue