Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Mar 8, 2023
1 parent 0a0c78f commit 2f45f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Music/stacks/components/AlbumImage.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2f45f86

Please sign in to comment.