Created the CharCounter index.js

This commit is contained in:
2023-08-04 22:21:21 +02:00
parent f0e75d76b3
commit 600e1de8ed

View File

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