Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed Oct 24, 2024
1 parent 97a8324 commit d097c5c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions example/components/blocks/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import React, { ComponentProps, useState } from 'react';
import {
Dimensions,
Image,
ImageSourcePropType,
StyleSheet,
View,
} from 'react-native';
import React, { useState } from 'react';
import { Dimensions, Image, StyleSheet, View } from 'react-native';
import { LazyChild } from 'react-native-lazy-scrollview';
import { SQUARE_SIZE } from '../../constants';
import { Skeleton } from '../loaders/Skeleton';

const SCREEN_WIDTH = Dimensions.get('window').width;
Expand Down

0 comments on commit d097c5c

Please sign in to comment.