feat(generators): add splice anchors to core-ui tier barrels

This commit is contained in:
2026-05-11 09:12:17 +02:00
parent 09ac0bba6c
commit c50dd96113
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// <gen:atoms>
export { Button, type ButtonProps } from "./button/index";
export { Input, type InputProps } from "./input/index";
export { Label, type LabelProps } from "./label/index";

View File

@@ -1 +1,2 @@
// <gen:molecules>
export { FormField, type FormFieldProps } from "./form-field/index";

View File

@@ -1 +1,2 @@
// <gen:organisms>
export {};