--- import { Container } from '../container'; interface Props { desc: string; title: string; } const { desc, title } = Astro.props; ---
Part of Moodist