We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c6f7 commit 166cb0eCopy full SHA for 166cb0e
1 file changed
apps/web/src/hooks/useGraphLines.ts
@@ -1,8 +1,10 @@
1
import { useEffect, useState } from 'react';
2
3
-import type { LineGraphLine, ListboxDropdownOption } from '@douglasneuroinformatics/libui/components';
+import type { ListboxDropdownOption } from '@douglasneuroinformatics/libui/components';
4
import { useTranslation } from '@douglasneuroinformatics/libui/hooks';
5
6
+import type { LineGraphLine } from '@/components/LineGraph';
7
+
8
const COLOR_PALETTE: readonly string[] = [
9
'#D81B60',
10
'#1E88E5',
0 commit comments