--- import type { IStory } from '../types.js'; import Show from './Show.astro'; interface Props { story: IStory; } const { story } = Astro.props; ---