minors
This commit is contained in:
@ -5,20 +5,27 @@
|
||||
layout: `
|
||||
grid-template-areas:
|
||||
"auth",
|
||||
"hello",
|
||||
"google"
|
||||
grid-template-rows: 1fr 1fr;
|
||||
"header",
|
||||
"main",
|
||||
"footer"
|
||||
grid-template-rows: 1fr 1fr auto;
|
||||
`,
|
||||
children: [
|
||||
{
|
||||
id: 'authsig',
|
||||
componentName: 'HelloEarth',
|
||||
slot: 'hello'
|
||||
id: '1',
|
||||
componentName: 'GoogleAuth',
|
||||
slot: 'header',
|
||||
services: ['setupLit']
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
componentName: 'Messages',
|
||||
slot: 'Main'
|
||||
},
|
||||
// {
|
||||
// id: 'wallet1',
|
||||
// id: '2',
|
||||
// componentName: 'Wallet',
|
||||
// slot: 'play',
|
||||
// slot: 'main',
|
||||
// state: {
|
||||
// rpcURL: 'https://rpc.gnosischain.com/',
|
||||
// pkpPubKey:
|
||||
@ -26,10 +33,9 @@
|
||||
// }
|
||||
// },
|
||||
{
|
||||
id: 'google',
|
||||
componentName: 'GoogleAuth',
|
||||
slot: 'google',
|
||||
services: ['setupLitProvider']
|
||||
id: '3',
|
||||
componentName: 'Terminal',
|
||||
slot: 'footer'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user