f8b5d42
1
2
3
4
5
6
7
8
9
10
export default function BrowserNative() { return ( <div className="w-full h-10 items-center flex"> <p className="text-sm font-base text-white text-opacity-60"> There is no configuration needed for this provider. </p> </div> ); }