6 lines
219 B
TypeScript
6 lines
219 B
TypeScript
import { default as fetchAll } from "./fetchAll";
|
|
import { default as fetchByCategory } from "./fetchByCategory";
|
|
import { default as fetchNodes } from "./fetchNodes";
|
|
|
|
export { fetchAll, fetchByCategory, fetchNodes };
|