Skip to content

Commit 8bd8c79

Browse files
committed
feat: update example block
1 parent 143abdb commit 8bd8c79

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

app/example/page.tsx

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -641,46 +641,6 @@ const initialLayers: PageLayer[] = [{
641641
}
642642
]
643643
},
644-
{
645-
"id": "9khI7RN",
646-
"type": "Flexbox",
647-
"name": "Flexbox",
648-
"props": {
649-
"direction": "column",
650-
"justify": "start",
651-
"align": "start",
652-
"wrap": "nowrap",
653-
"gap": "4",
654-
"className": "max-w-4xl w-full mx-auto"
655-
},
656-
"children": [
657-
{
658-
"type": "span",
659-
"children": "Dynamic Components",
660-
"id": "tvjHJKv",
661-
"name": "Text",
662-
"props": {
663-
"className": "text-4xl"
664-
}
665-
},
666-
{
667-
"type": "span",
668-
"children": "As you edit this page you can see your changes in an advanced component below. You can even add your own components that show information based on the the logged in user's details.",
669-
"id": "RmwFD7i",
670-
"name": "Text",
671-
"props": {}
672-
},
673-
{
674-
"id": "rvEtSBH",
675-
"type": "CodePanel",
676-
"name": "PageSourceCode",
677-
"props": {
678-
"className": ""
679-
},
680-
"children": []
681-
}
682-
]
683-
},
684644
{
685645
"id": "V1vySrN",
686646
"type": "Flexbox",

0 commit comments

Comments
 (0)