Created the CharCounter index.js

This commit is contained in:
Mathias Wagner 2023-08-04 22:21:21 +02:00
parent f0e75d76b3
commit 600e1de8ed
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1 @@
export {CharCounter as default} from "./CharCounter.jsx";