enzostvs's picture
enzostvs HF Staff
add theme provider
91c3567
raw
history blame
68 Bytes
"use client";
export default function Home() {
return <div />;
}