'use client' import React, { useState } from 'react' export function UserRoleLookup({ onLoad }: { onLoad: (userId: string) => void }) { const [userId, setUserId] = useState('00000000-0000-0000-0000-000000000001') return (