Skip to content

Commit b6078e7

Browse files
committed
fix components, or remove unused components, remove components from tsconfig
1 parent 0769095 commit b6078e7

File tree

11 files changed

+7
-734
lines changed

11 files changed

+7
-734
lines changed

src/components/BaseStories/Heading.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const Heading: Story = {
8585
textAlign="end"
8686
size={obj.size}
8787
>
88-
{obj.size || "xl"}
88+
{obj.size as string|| "xl"}
8989
</HeadingComponent>
9090
<HeadingComponent flex="3" {...obj}>
9191
{args.children}

src/components/BaseStories/Text.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import {
1010
} from "@chakra-ui/react"
1111
import { Meta, StoryObj } from "@storybook/react"
1212

13-
import components from "../../@chakra-ui/gatsby-plugin/components"
13+
import components from "@/@chakra-ui/components"
14+
1415
import Translation from "../Translation"
1516

1617
type TextType = typeof Text

src/components/BugBountyPoints.tsx

Lines changed: 0 additions & 203 deletions
This file was deleted.

src/components/DataProductCard.tsx

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)