nostros/frontend/Components/index.tsx
2023-01-16 11:54:45 +01:00

8 lines
183 B
TypeScript

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