3 lines
148 B
TypeScript
3 lines
148 B
TypeScript
export { default as Button } from "./Button";
|
|
export { default as EmptyScreen } from "./EmptyScreen";
|
|
export { default as Switch } from "./Switch";
|