Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmatthewnguyen105 committed Dec 14, 2023
1 parent ea346bb commit 83be97b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/main/hooks/useCmdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ interface IUseCmdk {
) => Promise<void>;
}
export const useCmdk = ({ cmdkReferenceData, importProject }: IUseCmdk) => {
useEffect(() => {});

const dispatch = useDispatch();
const {
osType,
Expand Down

0 comments on commit 83be97b

Please sign in to comment.