place holder landing pages

This commit is contained in:
Milo Schwartz
2024-12-26 19:33:56 -05:00
parent de9725f310
commit b78e7a324d
22 changed files with 669 additions and 235 deletions

View File

@@ -24,9 +24,7 @@ export default async function ShareLinksPage(props: ShareLinksPageProps) {
await authCookieHeader()
);
tokens = res.data.data.accessTokens;
} catch (e) {
console.error("Error fetching tokens", e);
}
} catch (e) {}
let org = null;
try {