feat(plan5): page /creation stepper 4 étapes + lien nav + fix TS shopifyMetafields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 10:20:36 +02:00
parent 1ed8c055d7
commit bb596c7e32
3 changed files with 168 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ const NAV_ITEMS: NavItem[] = [
{ href: '/produits', label: 'Produits', icon: '📦' },
{ href: '/images', label: 'Images', icon: '🖼️' },
{ href: '/sync', label: 'Sync Sheets', icon: '🔄' },
{ href: '/creation', label: 'Création', icon: '✨' },
{ href: '/parametres', label: 'Paramètres', icon: '⚙️', adminOnly: true },
]