Merged in chore/remove-unused-files (pull request #3483)

chore: Remove unused files

* Remove unused files


Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2026-01-23 12:33:14 +00:00
parent ae77fa3028
commit f8e69f9cc2
8 changed files with 0 additions and 107 deletions

View File

@@ -1 +0,0 @@
export { mergeRefs } from "./mergeRefs"

View File

@@ -1 +0,0 @@
export { Loading } from "./Loading"

View File

@@ -1,10 +0,0 @@
import { cva } from "class-variance-authority"
import styles from "./progress.module.css"
export const config = {
variants: {},
defaultVariants: {},
} as const
export const variants = cva(styles.progress, config)

View File

@@ -1 +0,0 @@
export * from "./tokens/index"