You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/packages/ui/src/index.tsx

7 lines
258 B

2 years ago
export * from './Alert/Alert';
export { default as Alert } from './Alert/Alert';
export * from './Button/Button';
export { default as Button } from './Button/Button';
export * from './Spinner/Spinner';
export { default as Spinner } from './Spinner/Spinner';