6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
import { default as fetchAll } from "./fetchAll";
|
|
import { default as fetch } from "./[id]/fetch";
|
|
import { default as configurations } from "./[id]/configurations";
|
|
|
|
export { configurations, fetch, fetchAll };
|