import { asset } from 'fresh/runtime' import AiChatBox from ':islands/AiChatBox.tsx' import MoreBox from ':islands/MoreBox.tsx' import SearchBox from ':islands/SearchBox.tsx' import ThemePicker from ':islands/ThemePicker.tsx' import { getStyleScope, useSmartStylesheet } from ':plugins/SmartStylesheet.tsx' const scope = getStyleScope(Header) export function Header() { useSmartStylesheet(import.meta, { scope }) return (
Coh a bit
  • Machines
  • Projets
  • Blog
  • Fablab
  • ) }