fix: unnecessary changes
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import React, { useCallback } from 'react';
|
||||
import React, { PropsWithChildren, useCallback } from 'react';
|
||||
import styled, { css } from 'styled-components/native';
|
||||
import { useNavigation, StackActions } from '@react-navigation/native';
|
||||
import useDefaultStyles from './Colors';
|
||||
|
||||
interface Props {
|
||||
children?: any;
|
||||
interface Props extends PropsWithChildren {
|
||||
fullSize?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user