import { Code, Link } from "./ui"; const StoryNotFound = ({ activeStory }: { activeStory: string }) => (

Story not found

The story id {activeStory} you are trying to open does not exist. Typo?

Back to home

GitHub

Docs

); export default StoryNotFound;