Pinafore-Web-Client-Frontend/src/routes/_pages/accounts/[accountId]/with_replies.html

11 lines
254 B
HTML

<AccountProfilePage accountId={params.accountId} filter="with_replies" />
<script>
import AccountProfilePage from '../../../_components/profile/AccountProfilePage.html'
export default {
components: {
AccountProfilePage
}
}
</script>