nostros/frontend/Components/index.tsx

8 lines
183 B
TypeScript
Raw Normal View History

2023-01-07 23:26:59 +00:00
/**
* Main index for all components, for easy import into files
*/
export { Avatar } from './Avatar'
export { Button } from './Button'
2023-01-16 10:54:45 +00:00
export { UserCard } from '../Pages/HomeFeed'