Something changed idk

This commit is contained in:
2026-02-13 18:02:52 -06:00
parent 628dc35dea
commit 7466bbdeac
4 changed files with 7 additions and 9 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
export { default as fetchAll } from "./fetchAll";
//export { default as fetch } from "./fetch";
import { default as fetchAll } from "./fetchAll";
import { default as fetch } from "./fetch";
export { fetch, fetchAll };