clan-ui: remove intermediate app directory

This commit is contained in:
Jörg Thalheim
2025-05-15 14:29:46 +02:00
parent 3f7894ef03
commit de0f78b0d2
159 changed files with 93 additions and 135 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 () => {});
});