From a10da658464a6d084bef295710dfb7fdb7d2f68a Mon Sep 17 00:00:00 2001 From: tomashco Date: Mon, 3 Jun 2024 22:50:40 +0200 Subject: [PATCH] chore: removed unused import --- src/components/InstagramPostsClient/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/InstagramPostsClient/index.tsx b/src/components/InstagramPostsClient/index.tsx index 0c2014e..a69e363 100644 --- a/src/components/InstagramPostsClient/index.tsx +++ b/src/components/InstagramPostsClient/index.tsx @@ -6,7 +6,6 @@ import { Button } from '@payloadcms/ui/elements/Button' import ReactPlayer from 'react-player' import axios from 'axios' -import './index.scss' import type { PostType } from '../../types' const queryClient = new QueryClient()