add test, cleanup logs

This commit is contained in:
Max Peintner
2023-07-04 14:13:39 +02:00
parent 7339b18e35
commit 0fb88d4ff2
8 changed files with 40 additions and 63 deletions

View File

@@ -23,7 +23,6 @@ async function loadSessions(): Promise<Session[]> {
export default async function Page() {
let sessions = await loadSessions();
console.log(sessions);
return (
<div className="flex flex-col items-center space-y-4">
<h1>Accounts</h1>