Modify/create index files to handle exporting

This commit is contained in:
Juan D
2023-06-22 14:51:10 -04:00
parent cad4a5510b
commit 337ff464cf
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export * from "./checkbox-util";
export * from "./checkbox-symbol";
export * from "./checkbox";

View File

@ -17,3 +17,4 @@ export * from "./track-revision";
export * from "./shared"; export * from "./shared";
export * from "./border"; export * from "./border";
export * from "./vertical-align"; export * from "./vertical-align";
export * from "./checkbox";