Skip to main content
Module

x/valtio/website/components/SEO/SEO.tsx

πŸ’Š Valtio makes proxy-state simple for React and Vanilla
Go to Latest
File
import Head from "next/head";
export default function SEO() { return ( <Head> <title>yo</title> </Head> );}