diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-02-06 13:22:33 +0100 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-02-06 13:22:33 +0100 |
| commit | 7eb8ccae48b0cc18a9dcaa9c3626a02df8e6d919 (patch) | |
| tree | 57b7dd06ac9aa7053c671d916f7183e3b4fa9410 /api/index.ts | |
feat: initial commit!
Diffstat (limited to 'api/index.ts')
| -rw-r--r-- | api/index.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/index.ts b/api/index.ts new file mode 100644 index 0000000..05a61aa --- /dev/null +++ b/api/index.ts @@ -0,0 +1,8 @@ +export * from "./activity"; +export * from "./alerts"; +export * from "./client"; +export * from "./controls"; +export * from "./devices"; +export * from "./home"; +export * from "./settings"; +export * from "./types"; |