Skip to content

Commit 0331d38

Browse files
committed
fix: use types from source
1 parent 13648e6 commit 0331d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/hooks/useUIConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UIConfig } from '@bull-board/api/dist/typings/app';
1+
import { UIConfig } from '@bull-board/api/typings/app';
22
import React, { useContext, useEffect } from 'react';
33

44
export const UIConfigContext = React.createContext<UIConfig>(null as any);

0 commit comments

Comments
 (0)