import React from 'react' import { Text } from '../../shared' import { Link } from './components' export function InitializedPreview() { return ( <> useDApp was detected on the page and the DevTools extension was initialized. Read the official documentation Browse issues on Github ) }