import {View} from 'react-native' import {atoms as a} from '#/alf' import {Admonition} from '#/components/Admonition' import {InlineLinkText} from '#/components/Link' import {H1} from '#/components/Typography' export function Admonitions() { return (

Admonitions

The quick brown fox jumps over the lazy dog. How happy the blameless vestal's lot, the world forgetting by the world forgot.{' '} Eternal sunshine of the spotless mind ! Each pray'r accepted, and each wish resign'd. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
) }