From f38cfbf099812060008ed535eeb5b7a161cbb5cd Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:12:11 +0200 Subject: [PATCH] Update UnsplashAssetSource.styled.tsx --- src/components/UnsplashAssetSource.styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UnsplashAssetSource.styled.tsx b/src/components/UnsplashAssetSource.styled.tsx index f569141..123a366 100644 --- a/src/components/UnsplashAssetSource.styled.tsx +++ b/src/components/UnsplashAssetSource.styled.tsx @@ -1,5 +1,5 @@ import { TextInput } from '@sanity/ui' -import {styled} from 'styled-components' +import { styled } from 'styled-components' export const SearchInput = styled(TextInput)` position: sticky;