import { Button, Card, Stack, Title } from '@mantine/core'; import { IconArrowRight } from '@tabler/icons-react'; export const StepDockerImport = ({ next }: { next: () => void }) => { return ( Automatic container import ); };