CLEANUP: Clean des imports dans les components

stub-api
Alban GUILHOT 3 years ago
parent a9f5b47544
commit 14a4699351

@ -1,5 +1,5 @@
import { FC, ReactNode } from "react"
import { Pressable, Image, ImageStyle, Text, View, Alert, ImageSourcePropType, TextStyle } from "react-native"
import { Pressable, Image, View} from "react-native"
import React from "react"
import styles from './style/BotBar.style';

@ -37,6 +37,7 @@ FC<{element: any, styleImage: ImageStyle, styleTitle : TextStyle,nav: any}> =
</View>
)
}
console.log('Type invalide pour ce composant')
return(
<View>
<Text>Type invalide pour ce composant</Text>

@ -1,5 +1,5 @@
import { FC, ReactNode } from "react"
import { Pressable, Image, ImageStyle, Text, View, Alert, ImageSourcePropType, TextStyle, Settings } from "react-native"
import { Pressable, Image, Text, View} from "react-native"
import { Skin } from "../core/Skin"
import React from "react"
import { SkinComponent } from "./skinAvatar"

@ -1,5 +1,5 @@
import { FC, ReactNode } from "react"
import { Button, Image, ImageStyle, Text, View } from "react-native"
import { FC} from "react"
import {Image, ImageStyle, View } from "react-native"
import { Skin } from "../core/Skin"
import React from "react"

Loading…
Cancel
Save