We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14d2c0 commit b1d531cCopy full SHA for b1d531c
stories/Follow.stories.tsx
@@ -1,9 +1,7 @@
1
import { Follow, type FollowProps } from "../dist/Follow";
2
import { sectionName } from "./sectionName";
3
import { getStoryFactory } from "./getStory";
4
-import type { ArgType } from "@storybook/addons";
5
import { action } from "@storybook/addon-actions";
6
-import { assert, Equals } from "tsafe";
7
import React from "react";
8
9
const { meta, getStory } = getStoryFactory<FollowProps>({
0 commit comments