// internal import BasePage from "../base.js"; // vendor import { Altcha } from "../../vendor/altcha.js"; export default class PageApplyFoundingPartnerSuccess extends BasePage { static hash = hashPageApplyFoundingPartnerSuccess; constructor(router) { super(router); } initialize() { this.sharedInitialize(); } }