Skip to content

Commit

Permalink
fix: import name
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Feb 7, 2024
1 parent e44e137 commit fbdd716
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/Examples/CustomKeyboardExample/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
useEditorBridge,
type ToolbarItem,
} from '@10play/tentap-editor';
import { CustomKeyboard } from '../../../../src/RichText/Keyboard/CustomKeyboard';
import { CustomKeyboard } from '../../../../src/RichText/Keyboard/CustomKeyboardBase';
import { StickerKeyboard } from './StickerKeyboard';
import { Images } from '../../../../src/assets';

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/RichText/Keyboard/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { CustomKeyboard } from './CustomKeyboard';
export { CustomKeyboard } from './CustomKeyboardBase';
export { ColorKeyboard } from './ColorKeyboard';
export { CustomKeyboardExtension } from './CustomKeyboardExtension';

0 comments on commit fbdd716

Please sign in to comment.