import { CharacterCount } from './character-count.js'

export * from './character-count.js'

export default CharacterCount
