import { Link } from "./ui"; const NoStoriesError = ({ error }: { error: string }) => { console.log(error); return (

SyntaxError when parsing stories ❌

{error}

Check the terminal for more info.

More information.

Please restart Ladle after fixing this issue.

Github

Docs

); }; export default NoStoriesError;