nostros/frontend/Components/index.tsx

8 lines
192 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-03-15 14:44:30 +00:00
export { UserCard } from '../Pages/HomePage/HomeFeed'