mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Added reports section.
This commit is contained in:
parent
ad918c5bba
commit
a5700d4a25
36 changed files with 422 additions and 43 deletions
|
|
@ -4,7 +4,7 @@ import useApi from 'hooks/useApi';
|
|||
|
||||
let loading = false;
|
||||
|
||||
export default function useConfig() {
|
||||
export function useConfig() {
|
||||
const { config } = useStore();
|
||||
const { get } = useApi();
|
||||
|
||||
|
|
@ -23,3 +23,5 @@ export default function useConfig() {
|
|||
|
||||
return config || {};
|
||||
}
|
||||
|
||||
export default useConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue