diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-15 20:42:40 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-15 21:16:34 +0900 |
commit | 9868da1ac479ee75a4abe8142a9b406a18b5ac52 (patch) | |
tree | 0b108c612505165f77b2381abc3afa1863f67064 /src | |
parent | bc327e87a816beb6834a1d79c95c94ba34651ab3 (diff) |
Remove unused import
Diffstat (limited to 'src')
-rw-r--r-- | src/console/components/console/completion.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/components/console/completion.jsx b/src/console/components/console/completion.jsx index be6b93f..d836cec 100644 --- a/src/console/components/console/completion.jsx +++ b/src/console/components/console/completion.jsx @@ -1,5 +1,4 @@ import { Component, h } from 'preact'; -import { connect } from 'preact-redux'; const CompletionTitle = (props) => { return <li className='vimvixen-console-completion-title' >{props.title}</li>; |