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()