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

11 lines
242 B
HTML

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