refactored layout to be screens. work on jest tests.

This commit is contained in:
Jordan Hewitt
2025-02-01 05:45:10 -08:00
parent 5aa9c68a4b
commit 7f60c25393
12 changed files with 189 additions and 108 deletions

View File

@ -30,4 +30,6 @@ export async function getDb(migrationDirection : "up" | "down" = "up") {
});
}
}
return db;
}