import { default as fetchAll } from "./fetchAll"; import { default as fetch } from "./[id]/fetch"; import { default as configurations } from "./[id]/configurations"; export { configurations, fetch, fetchAll };