diff --git a/lib/gui/app/components/source-selector/source-selector.tsx b/lib/gui/app/components/source-selector/source-selector.tsx index 2e15443e..92ac1c3f 100644 --- a/lib/gui/app/components/source-selector/source-selector.tsx +++ b/lib/gui/app/components/source-selector/source-selector.tsx @@ -30,6 +30,7 @@ import { Txt, Card as BaseCard, Input, + Spinner, } from 'rendition'; import styled from 'styled-components'; @@ -137,8 +138,9 @@ const URLSelector = ({ : 'OK'} done={async () => { setLoading(true); const urlStrings = recentImages.map((url: URL) => url.href);