Files
digifi-www/src/components/shared/index.ts
T

6 lines
174 B
TypeScript

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