Skip to content

Commit

Permalink
chore: rename export
Browse files Browse the repository at this point in the history
  • Loading branch information
timc1 committed Oct 24, 2021
1 parent a9d9aa5 commit 2ba0774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import KBarPortal from "./KBarPortal";
import KBarPositioner from "./KBarPositioner";
import KBarSearch from "./KBarSearch";
import VirtualResults from "./KBarResults";
import KBarResults from "./KBarResults";
import useKBar from "./useKBar";
import useRegisterActions from "./useRegisterActions";
import { createAction } from "./utils";
Expand All @@ -11,7 +11,7 @@ export {
KBarPortal,
KBarPositioner,
KBarSearch,
VirtualResults,
KBarResults,
useKBar,
useRegisterActions,
createAction,
Expand Down

1 comment on commit 2ba0774

@vercel
Copy link

@vercel vercel bot commented on 2ba0774 Oct 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.