--- import { Container } from '../container'; interface Props { text: string; } const { text } = Astro.props; ---

About this tool

{text}