diff --git a/src/screens/Music/stacks/components/AlbumImage.tsx b/src/screens/Music/stacks/components/AlbumImage.tsx index 5a6bc70..945fce3 100644 --- a/src/screens/Music/stacks/components/AlbumImage.tsx +++ b/src/screens/Music/stacks/components/AlbumImage.tsx @@ -1,7 +1,7 @@ import React, { useState } from 'react'; import styled from 'styled-components/native'; import FastImage, { FastImageProps } from 'react-native-fast-image'; -import { Dimensions, Image, useColorScheme } from 'react-native'; +import { Dimensions, useColorScheme } from 'react-native'; const Screen = Dimensions.get('screen'); export const AlbumWidth = Screen.width / 2 - 24;