Skip to content

Commit

Permalink
Fixed duplicate imports issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik-M24 committed Oct 1, 2024
1 parent ad26375 commit 708f468
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Meta } from "@storybook/react"
import TabsComponent from "./TabsComponent"
import TabsComponent, { Tab } from "./TabsComponent"
import { useState } from "react"
import { Tab } from "@/components/generic/TabsComponent/TabsComponent"

const meta: Meta<typeof TabsComponent> = {
component: TabsComponent,
Expand Down

0 comments on commit 708f468

Please sign in to comment.