Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsteff committed May 8, 2024
1 parent 4ed6692 commit c0ffc03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SearchIcon } from './SearchIcon';
import { HotkeyIem } from '@/elements/CommandPalette/useFlattenedTree';
import { CommandPaletteTheme } from '@/elements/CommandPalette/CommandPaletteTheme';
import { useComponentTheme } from '@/utils';
import keys, { Handler } from '@reaviz/ctrl-keys';
import keys, { Handler } from 'ctrl-keys';

export interface CommandPaletteInputProps {
/**
Expand Down

0 comments on commit c0ffc03

Please sign in to comment.