fix: linting issue

This commit is contained in:
Lei Nelissen
2023-03-08 10:09:59 +01:00
parent 0a0c78f3d5
commit 2f45f868c8

View File

@@ -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;