We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751ca5c commit 28a544bCopy full SHA for 28a544b
.changeset/sixty-wolves-sell.md
@@ -4,4 +4,4 @@
4
"@quassel/ui": patch
5
---
6
7
-Introduce entering custom values for carers and languages
+Allow custom carers and languages per participant
libs/ui/src/index.ts
@@ -98,5 +98,4 @@ export {
98
IconMinus,
99
} from "@tabler/icons-react";
100
101
-export { DSVImport } from "react-dsv-import";
102
-export type { ColumnType } from "react-dsv-import";
+export { DSVImport, type ColumnType } from "react-dsv-import";
0 commit comments