Skip to content

Commit 166cb0e

Browse files
committed
update LineGraphLine type
1 parent 6a7c6f7 commit 166cb0e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/web/src/hooks/useGraphLines.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { useEffect, useState } from 'react';
22

3-
import type { LineGraphLine, ListboxDropdownOption } from '@douglasneuroinformatics/libui/components';
3+
import type { ListboxDropdownOption } from '@douglasneuroinformatics/libui/components';
44
import { useTranslation } from '@douglasneuroinformatics/libui/hooks';
55

6+
import type { LineGraphLine } from '@/components/LineGraph';
7+
68
const COLOR_PALETTE: readonly string[] = [
79
'#D81B60',
810
'#1E88E5',

0 commit comments

Comments
 (0)