Lots of updates and cleaning up.

This commit is contained in:
2026-02-14 12:08:23 -06:00
parent 7466bbdeac
commit 3ab443790c
17 changed files with 484 additions and 52 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
import { default as fetchAll } from "./fetchAll";
import { default as fetch } from "./fetch";
import { default as fetch } from "./[id]/fetch";
import { default as configurations } from "./[id]/configurations";
export { fetch, fetchAll };
export { configurations, fetch, fetchAll };