Files

10 lines
233 B
TypeScript

import AccountClient from "../../components/AccountClient";
export default function AccountLocationsPage() {
return (
<main className="page-shell workspace-page">
<AccountClient section="locations" />
</main>
);
}