import { getStyleScope, useSmartStylesheet, } from ':plugins/SmartStylesheetIsland.tsx' const scope = getStyleScope(Footer) export function Footer() { useSmartStylesheet(import.meta, { scope }) return ( ) }