diff --git a/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx b/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx index f04510e8..4fa7d4dd 100644 --- a/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx +++ b/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx @@ -1,18 +1,21 @@ -import { Image, XStack, YStack } from "tamagui"; +import { XStack, YStack } from "tamagui"; import { ReactButton } from "../../components/ReactButton"; import { Logo } from "../../components/Logo"; import { InformationBox } from "../../components/InformationBox"; import { Titles } from "../../components/Titles"; import { IconText } from "../../components/IconText/IconText"; +import { BackgroundImage } from "../../components/BackgroundImage"; const DeviceHealthCheck = () => { return ( @@ -54,11 +57,10 @@ const DeviceHealthCheck = () => { -