4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
export { default as Button } from './components/button';
|
|
export { default as Input } from './components/input';
|
|
export * from './lib/utils';
|