Added reports section.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user