diff --git a/iterating.html b/iterating.html index e4960a4..25d8362 100644 --- a/iterating.html +++ b/iterating.html @@ -17,7 +17,7 @@ - +

Results

diff --git a/src/iterating.mjs b/src/iterating.mjs index 0e53c0f..dfe19b0 100644 --- a/src/iterating.mjs +++ b/src/iterating.mjs @@ -1,4 +1,4 @@ -import setText from './results.mjs'; +import setText , {appendText} from './results.mjs'; export function get(){ }