Skip to content

Commit

Permalink
Update components seq
Browse files Browse the repository at this point in the history
changed internal components sequence to be more logical and easy to follow.
  • Loading branch information
Sonkaryasshu authored Dec 27, 2024
1 parent 19e1378 commit 3fdc8c7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@
"pages": [
"components/html",
"components/head",
"components/button",
"components/preview",
"components/container",
"components/code-block",
"components/code-inline",
"components/column",
"components/section",
"components/row",
"components/font",
"components/column",
"components/heading",
"components/hr",
"components/image",
"components/text",
"components/link",
"components/button",
"components/image",
"components/hr",
"components/markdown",
"components/preview",
"components/section",
"components/tailwind",
"components/text"
"components/code-block",
"components/code-inline",
"components/font",
"components/tailwind"
]
},
{
Expand Down

0 comments on commit 3fdc8c7

Please sign in to comment.