cubetiq-muui/src/lib/components/index.tsx

6 lines
126 B
TypeScript
Raw Normal View History

2022-05-17 08:17:39 +07:00
import Button from "./button";
import Box from "./box";
import Skeleton from "./skeleton";
export { Skeleton, Box, Button };