mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
9 lines
212 B
Text
9 lines
212 B
Text
import FollowUsersList from "../components/follow-users-list";
|
|
|
|
export default <template>
|
|
<FollowUsersList
|
|
@users={{@controller.users}}
|
|
@type="following"
|
|
@user={{@controller.user}}
|
|
/>
|
|
</template>
|