Rev 1770 | Rev 1773 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
import React from 'react'import Feed from '../feed-template/Feed'import EmptySection from '@app/components/UI/EmptySection'import Spinner from '@app/components/UI/Spinner'const FeedList = ({ feeds = [], loading = false }) => {return <Spinner />}export default FeedList