clan-ui: remove intermediate app directory

This commit is contained in:
Jörg Thalheim
2025-05-15 14:29:46 +02:00
parent 876027ea02
commit cc20e0bf35
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 () => {});
});