import { Link, Flex, View } from '@aws-amplify/ui-react'; import { Fragment } from '@/components/Fragment'; import { ThemeAlert } from '@/components/ThemeAlert'; import { GITHUB_REPO_FILE } from '@/data/links'; import { DesignTokenIcon } from '@/components/Icons'; ### Theme You can customize the appearance of all {props.component} components in your application with a [Theme](/theming). {props.component} Theme Source {props.children}