generated from Luis/nextjs-python-web-template
major changes in the layout and added most components
This commit is contained in:
16
pkgs/ui/src/mock/client_2/index.ts
Normal file
16
pkgs/ui/src/mock/client_2/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
// Client2 - Summary
|
||||
|
||||
export const Client2SummaryDetails = [
|
||||
{
|
||||
label: "DID",
|
||||
value: "did:sov:test:1234",
|
||||
},
|
||||
{
|
||||
label: "IP",
|
||||
value: "127.0.0.2",
|
||||
},
|
||||
{
|
||||
label: "Network",
|
||||
value: "Carlo's Home Network",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user