nostros/frontend/Components/index.tsx
2023-03-15 15:44:30 +01:00

8 lines
192 B
TypeScript

/**
* Main index for all components, for easy import into files
*/
export { Avatar } from './Avatar'
export { Button } from './Button'
export { UserCard } from '../Pages/HomePage/HomeFeed'