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 13648e6 commit 0331d38Copy full SHA for 0331d38
packages/ui/src/hooks/useUIConfig.ts
@@ -1,4 +1,4 @@
1
-import { UIConfig } from '@bull-board/api/dist/typings/app';
+import { UIConfig } from '@bull-board/api/typings/app';
2
import React, { useContext, useEffect } from 'react';
3
4
export const UIConfigContext = React.createContext<UIConfig>(null as any);
0 commit comments