Merged in chore/configure-knip (pull request #3417)

Add knip configuration

* Add knip configuration


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2026-01-12 09:07:10 +00:00
parent 99537b13e8
commit d371d45fd2
6 changed files with 458 additions and 72 deletions

View File

@@ -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",

View File

@@ -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