Skip to content

Commit

Permalink
Update generated/components.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis authored and github-actions[bot] committed Apr 6, 2023
1 parent a3a01e1 commit 4db2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -3438,7 +3438,7 @@
"stories": [
{
"id": "components-relativetime--default",
"code": "(args) => {\n const { date, ...rest } = args\n return <RelativeTime {...rest} date={new Date(date)} />\n}"
"code": "() => <RelativeTime date={new Date('2020-01-01T00:00:00Z')} />"
}
],
"props": [
Expand Down

0 comments on commit 4db2cec

Please sign in to comment.