Skip to content

Commit

Permalink
fix: export useMatches
Browse files Browse the repository at this point in the history
  • Loading branch information
timc1 committed Oct 20, 2021
1 parent 4ddd73c commit 2624b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import KBarResults from "./KBarResults";
import useKBar from "./useKBar";
import useRegisterActions from "./useRegisterActions";
import { createAction } from "./utils";
import useMatches from "./useMatches";

export {
KBarPortal,
Expand All @@ -14,6 +15,7 @@ export {
useKBar,
useRegisterActions,
createAction,
useMatches,
};

export * from "./KBarContextProvider";
Expand Down

1 comment on commit 2624b6a

@vercel
Copy link

@vercel vercel bot commented on 2624b6a Oct 20, 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.