import { Flex } from "@aws-amplify/ui-react"; export function ActionLayout({ children }: { children: any }) { return ( {children} ); }