mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import { CustomButton } from "./customButton";
|
|
import { CustomInput } from "./customInput";
|
|
|
|
export {
|
|
CustomButton,
|
|
CustomInput
|
|
} |