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