import { Alert, Link, Text } from '@aws-amplify/ui-react'; const AppDirectoryAlert = () => ( Next.js 13.4+ introduces{' '} App Router {' '} with the usage of{' '} Server Components. {' '} Amplify UI components are interactive and designed to work on the client side. To use them inside of Server Components you must wrap them in a Client Component with "use client". For more info, visit{' '} Next.js third party package documentation. If you are using{' '} Next.js Pages Router, {' '} no changes are required to use Amplify UI components. ); export default AppDirectoryAlert;