Create connect device folder
This commit is contained in:
parent
fa71f7978e
commit
a298f87ef5
|
@ -4,7 +4,7 @@ import ConnectDevicePage from './ConnectDevicePage'
|
|||
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||
|
||||
const meta = {
|
||||
title: 'Pages/ConnectDevicePage',
|
||||
title: 'Connect-Device/ConnectDevicePage',
|
||||
component: ConnectDevicePage,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
|
|
|
@ -4,7 +4,7 @@ import CreateLocalNodePage from './CreateLocalNodePage'
|
|||
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||
|
||||
const meta = {
|
||||
title: 'Pages/CreateLocalNodePage',
|
||||
title: 'Connect-Device/CreateLocalNodePage',
|
||||
component: CreateLocalNodePage,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
|
|
|
@ -4,7 +4,7 @@ import { withRouter } from 'storybook-addon-react-router-v6'
|
|||
import PairDevice from './PairDevice'
|
||||
|
||||
const meta = {
|
||||
title: 'Pages/PairDevice',
|
||||
title: 'Connect-Device/PairDevice',
|
||||
component: PairDevice,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
|
|
Loading…
Reference in New Issue