Skip to content

Commit

Permalink
no atom structure here
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeethedude committed Mar 1, 2024
1 parent 9e93071 commit 01796a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system.emulsify.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"components": [
{
"name": "images",
"structure": "atoms",
"structure": "components",
"required": true,
"dependency": []
},
{
"name": "links",
"structure": "atoms",
"structure": "components",
"required": true,
"dependency": []
},
{
"name": "text",
"structure": "atoms",
"structure": "components",
"required": true,
"dependency": ["links"]
}
Expand Down

0 comments on commit 01796a2

Please sign in to comment.