Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Apr 28, 2024
1 parent f5404bb commit 18e7427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storybook/.storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StorybookConfig } from "@storybook/react-vite";
import type { StorybookConfig } from "@storybook/react-vite";

const config: StorybookConfig = {
framework: "@storybook/react-vite",
Expand Down
2 changes: 1 addition & 1 deletion storybook/stories/story-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArgTypes } from "@storybook/react";
import type { ArgTypes } from "@storybook/react";
import type { IntersectionOptions } from "react-intersection-observer";

export const argTypes: ArgTypes<IntersectionOptions> = {
Expand Down

0 comments on commit 18e7427

Please sign in to comment.