Merged in chore/configure-knip (pull request #3417)
Add knip configuration * Add knip configuration Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Meta, StoryObj } from "@storybook/nextjs-vite"
|
||||
|
||||
import { ChipStatic } from "./ChipStatic.tsx"
|
||||
import { MaterialIcon } from "../Icons/MaterialIcon/MaterialIcon.tsx"
|
||||
import { MaterialIcon } from "../Icons/MaterialIcon/index.tsx"
|
||||
|
||||
const meta: Meta<typeof ChipStatic> = {
|
||||
title: "Core Components/ChipStatic",
|
||||
|
||||
@@ -6,8 +6,6 @@ import type { TypographyProps } from "../Typography/types"
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
import type { ReactNode } from "react"
|
||||
|
||||
import styles from "./chip-static.module.css"
|
||||
|
||||
type ChipStaticProps = {
|
||||
children: ReactNode
|
||||
className?: string
|
||||
|
||||
Reference in New Issue
Block a user