Files
digifi-www/src/components/shared/index.ts
T
2024-03-14 11:44:16 +01:00

4 lines
113 B
TypeScript

import Button from "./Button";
import FloatLabelInput from "./FloatLabelInput";
export {Button, FloatLabelInput}