diff --git a/src/consuming.mjs b/src/consuming.mjs index a96745a..8090053 100644 --- a/src/consuming.mjs +++ b/src/consuming.mjs @@ -1,16 +1,16 @@ -import setText from './results.mjs'; +import setText, {appendText, showWaiting, hideWaiting} from "./results.mjs"; -export function get(){ +export function get() { } -export function getCatch(){ +export function getCatch() { } -export function chain(){ +export function chain() { } -export function chainCatch(){ +export function chainCatch() { } -export function final(){ +export function final() { } \ No newline at end of file