mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
Create exporting file
Export Device Health Check page from index.jsx
This commit is contained in:
parent
186cac0fc7
commit
3d5ec1170c
@ -3,9 +3,8 @@ import config from "./tamagui.config.js";
|
|||||||
|
|
||||||
import { createBrowserRouter, RouterProvider } from "react-router-dom";
|
import { createBrowserRouter, RouterProvider } from "react-router-dom";
|
||||||
|
|
||||||
import DeviceHealthCheck from "./pages/DeviceHealthCheck/index.jsx";
|
|
||||||
|
|
||||||
import "./App.css";
|
import "./App.css";
|
||||||
|
import { DeviceHealthCheck } from "./pages/DeviceHealthCheck/index.jsx";
|
||||||
|
|
||||||
const router = createBrowserRouter([
|
const router = createBrowserRouter([
|
||||||
{
|
{
|
||||||
|
9
src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx
Normal file
9
src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
const DeviceHealthCheck = () => {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<img src="/background-images/eye-background.png" alt="eye-background" />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export { DeviceHealthCheck };
|
@ -1,9 +1 @@
|
|||||||
const DeviceHealthCheck = () => {
|
export { DeviceHealthCheck } from "./DeviceHealthCheck";
|
||||||
return (
|
|
||||||
<div>
|
|
||||||
<img src="/background-images/eye-background.png" alt="eye-background" />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
export default DeviceHealthCheck;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user