fix: remove unused import in bannieres page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 09:27:50 +02:00
parent 0a3f5042fc
commit fcadea6758
-1
View File
@@ -2,7 +2,6 @@
import { useState, useEffect, useRef, useCallback } from 'react'
import { Header } from '@/components/layout/Header'
import type { SlideshowSection, Slide } from '@/lib/shopifyTheme'
import { randomUUID } from 'crypto'
// Convertit "shopify://shop_images/foo.jpg" → URL CDN prévisualisable via proxy
function shopifyRefToProxyUrl(ref: string): string {