feat(generators): add splice anchors to core-ui tier barrels
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// <gen:atoms>
|
||||||
export { Button, type ButtonProps } from "./button/index";
|
export { Button, type ButtonProps } from "./button/index";
|
||||||
export { Input, type InputProps } from "./input/index";
|
export { Input, type InputProps } from "./input/index";
|
||||||
export { Label, type LabelProps } from "./label/index";
|
export { Label, type LabelProps } from "./label/index";
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
// <gen:molecules>
|
||||||
export { FormField, type FormFieldProps } from "./form-field/index";
|
export { FormField, type FormFieldProps } from "./form-field/index";
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
// <gen:organisms>
|
||||||
export {};
|
export {};
|
||||||
|
|||||||
Reference in New Issue
Block a user