Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
remove exported counter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue committed Oct 10, 2023
1 parent 9196cc3 commit 6799998
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
28 changes: 0 additions & 28 deletions src/utils/hooks/useCharacterCount/Counter.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export { useStateTransmorphic } from './hooks/useStateTransmorphic';
export { useStyleVars } from './hooks/useStyleVars';
export { withIris } from './HOCs/withIris';
export { useCharacterCount } from './hooks/useCharacterCount/useCharacterCount';
export { Counter } from './hooks/useCharacterCount/Counter';

export type { Attach, AttachAlias, SimpleAnimation } from './hooks/usePortal_DEPRECATED';
export type { onClose } from './events/onClose';
Expand Down

0 comments on commit 6799998

Please sign in to comment.