import { Code, Link } from "./ui"; const StoryNotFound = ({ activeStory }: { activeStory: string }) => (
The story id {activeStory} you are trying to open does not exist. Typo?
{activeStory}
Back to home
GitHub
Docs