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 923f6c2 commit f947c32Copy full SHA for f947c32
.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
@@ -99,5 +99,4 @@ export {
99
IconMinus,
100
} from "@tabler/icons-react";
101
102
-export { DSVImport } from "react-dsv-import";
103
-export type { ColumnType } from "react-dsv-import";
+export { DSVImport, type ColumnType } from "react-dsv-import";
0 commit comments