chore(promoted_attributes): start with empty widget

This commit is contained in:
Elian Doran
2025-11-22 21:58:52 +02:00
parent 2d8b1299b3
commit 98bf63e94b
3 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
export default function PromotedAttributes() {
return <p>Promoted attributes go here.</p>
}