mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat: create pair device and add route
This commit is contained in:
parent
331a3f0a44
commit
7dff29b697
@ -20,12 +20,15 @@ const router = createBrowserRouter([
|
||||
{
|
||||
path: '/connect-device',
|
||||
element: <ConnectDevicePage />,
|
||||
|
||||
},
|
||||
{
|
||||
path: '/device-sync-status',
|
||||
element: <DeviceSyncStatus />,
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/pair-device',
|
||||
element: <DeviceSyncStatus />,
|
||||
},
|
||||
])
|
||||
|
||||
function App() {
|
||||
|
3
src/pages/PairDevice/PairDevice.js
Normal file
3
src/pages/PairDevice/PairDevice.js
Normal file
@ -0,0 +1,3 @@
|
||||
const PairDevice = () => {}
|
||||
|
||||
export default PairDevice
|
Loading…
x
Reference in New Issue
Block a user