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