Skip to content

useSetAtom

Component.jsx
import { useSetAtom } from "valdres-react"
 
export const Component = () => {
    return <div>asdf</div>
}