From ad0f2d7ddac2ec6ab9bee089532b0b78db0f01df Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Wed, 24 Apr 2024 18:03:31 -0700 Subject: [PATCH] Reorder docs. --- src/Pages/Script/Spinner.elm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/Pages/Script/Spinner.elm b/src/Pages/Script/Spinner.elm index 66c2c384c..068753ff6 100644 --- a/src/Pages/Script/Spinner.elm +++ b/src/Pages/Script/Spinner.elm @@ -6,8 +6,7 @@ module Pages.Script.Spinner exposing , CompletionIcon(..) , withOnCompletion , runTask, runTaskWithOptions - , Spinner - , showStep, runTaskExisting, start + , showStep, runTaskExisting, start, Spinner ) {-| @@ -57,14 +56,9 @@ its spinner will show a failure, and the remaining steps will not be run and wil @docs runTask, runTaskWithOptions -## Other - -@docs Spinner - - ## Low-Level -@docs showStep, runTaskExisting, start +@docs showStep, runTaskExisting, start, Spinner -}