Skip to content

Commit

Permalink
feat: fix lint carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
gnios committed Jul 15, 2024
1 parent 09a52ca commit 0ea0341
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/ui/src/components/Carousel/Carousel.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import type { Meta, StoryFn } from "@storybook/react";
import { useRef } from "react";
import { CarouselProps, CarouselRef } from "./Carousel";
import { Carousel } from "./Carousel";




import { Carousel, CarouselProps, CarouselRef } from "./Carousel";

export default {
title: "Components/Carousel",
Expand Down

0 comments on commit 0ea0341

Please sign in to comment.