tooot/src/stacks/Main/Following.jsx

8 lines
157 B
JavaScript

import React from 'react'
import Timeline from 'src/stacks/common/Timeline'
export default function Following () {
return <Timeline endpoint='home' />
}