Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
refactor(core): rename getCompletion file
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Aug 25, 2020
1 parent 6ed9e4a commit a87a5d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/autocomplete-core/src/createStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getCompletion } from './completion';
import { getCompletion } from './getCompletion';
import {
AutocompleteOptions,
AutocompleteState,
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete-core/src/onKeyDown.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getCompletion } from './completion';
import { getCompletion } from './getCompletion';
import { onInput } from './onInput';
import {
AutocompleteOptions,
Expand Down

0 comments on commit a87a5d7

Please sign in to comment.