mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Removed useReport hook. Journey styles.
This commit is contained in:
parent
2af95b5802
commit
d4bc72e90b
4 changed files with 8 additions and 12 deletions
|
|
@ -49,7 +49,6 @@ export * from './useMessages';
|
|||
export * from './useModified';
|
||||
export * from './usePagedQuery';
|
||||
export * from './useRegionNames';
|
||||
export * from './useReport';
|
||||
export * from './useSticky';
|
||||
export * from './useNavigation';
|
||||
export * from './useTimezone';
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
import { useContext } from 'react';
|
||||
import { ReportContext } from '@/app/(main)/reports/[reportId]/Report';
|
||||
|
||||
export function useReport() {
|
||||
return useContext(ReportContext);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue