Attempting to use the present component
I'm now trying to use presence as outlined in the docs, but when I attempt to import the component with:
import { components } from "./_generated/api";, I get the error Module '"./_generated/api"' has no exported member 'components'.ts(2305).Any advice on how I can continue?
