rename ui to clan-app and move clan-app one layer up

This commit is contained in:
Jörg Thalheim
2025-05-15 13:19:20 +02:00
parent 180e84d9e9
commit 2561e3e4d1
190 changed files with 128 additions and 192 deletions

View File

@@ -0,0 +1,6 @@
import { describe, it } from "vitest";
describe.concurrent("API types work properly", () => {
// Test some basic types
it("distinct success/error unions", async () => {});
});