fix SquigglePlayground in storybook

This commit is contained in:
Vyacheslav Matyukhin 2022-06-17 22:25:36 +03:00
parent feda8997a6
commit 588cf0cb27
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -1,4 +1,4 @@
import SquigglePlayground from "../components/SquigglePlayground";
import { SquigglePlayground } from "../components/SquigglePlayground";
import { Canvas, Meta, Story, Props } from "@storybook/addon-docs";
<Meta title="Squiggle/SquigglePlayground" component={SquigglePlayground} />