| 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> | |
| ); | |
| } | |
| 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> | |
| ); | |
| } | |