refactor(tipos): centralizar tipagens em src/tipos

This commit is contained in:
Luiz Silva 2026-01-02 21:24:44 -03:00
parent eb4538f4ba
commit 7c274583ec
8 changed files with 138 additions and 99 deletions

4
src/tipos/index.ts Normal file
View file

@ -0,0 +1,4 @@
export * from "./botao";
export * from "./campo";
export * from "./indicador";