This repository has been archived on 2020-04-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vim-Vixen/src/shared/commands/index.js
2018-01-11 20:07:25 +09:00

3 lines
57 B
JavaScript

import complete from './complete';
export { complete };