diff --git a/src/components/Post/Embed/PostPlaceholder.tsx b/src/components/Post/Embed/PostPlaceholder.tsx index daf2a53623..8402340269 100644 --- a/src/components/Post/Embed/PostPlaceholder.tsx +++ b/src/components/Post/Embed/PostPlaceholder.tsx @@ -1,4 +1,4 @@ -import {StyleSheet,View} from 'react-native' +import {StyleSheet, View} from 'react-native' import {usePalette} from '#/lib/hooks/usePalette' import {InfoCircleIcon} from '#/lib/icons'