mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +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 DeviceHealthCheck from "./pages/DeviceHealthCheck/index.jsx";
|
||||
|
||||
import "./App.css";
|
||||
import { DeviceHealthCheck } from "./pages/DeviceHealthCheck/index.jsx";
|
||||
|
||||
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 = () => {
|
||||
return (
|
||||
<div>
|
||||
<img src="/background-images/eye-background.png" alt="eye-background" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default DeviceHealthCheck;
|
||||
export { DeviceHealthCheck } from "./DeviceHealthCheck";
|
||||
|
Loading…
x
Reference in New Issue
Block a user