diff --git a/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx b/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx index 4fa7d4dd..fd4674b7 100644 --- a/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx +++ b/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx @@ -4,6 +4,7 @@ import { Logo } from "../../components/Logo"; import { InformationBox } from "../../components/InformationBox"; import { Titles } from "../../components/Titles"; import { IconText } from "../../components/IconText/IconText"; +import { StatisticBox } from "./StatisticBox"; import { BackgroundImage } from "../../components/BackgroundImage"; const DeviceHealthCheck = () => { @@ -24,6 +25,16 @@ const DeviceHealthCheck = () => { title={"Device Health Check"} subtitle={"Configure your device to start Staking on Nimbus"} /> + + + asdf + + asdf + + + asdf + asdf + { + return {children}; +}; + +export { StatisticBox }; diff --git a/src/pages/DeviceHealthCheck/StatisticBox/index.jsx b/src/pages/DeviceHealthCheck/StatisticBox/index.jsx new file mode 100644 index 00000000..4da9f479 --- /dev/null +++ b/src/pages/DeviceHealthCheck/StatisticBox/index.jsx @@ -0,0 +1 @@ +export { StatisticBox } from "./StatisticBox";