This commit is contained in:
cv
2021-05-12 13:32:24 +02:00
parent f617963214
commit 9c3aa6d386
34 changed files with 135 additions and 236 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ import {
Button,
Textarea,
} from '@chakra-ui/react';
import { fetchEvent, postEvent, eventNamespace } from '../../app/api/eventApi';
import { fetchEvent, postEvent, eventNamespace } from 'app/api/eventApi';
import { useEffect, useState } from 'react';
import { useFetch } from '../../app/hooks/useFetch';
import { useFetch } from 'app/hooks/useFetch';
export default function SettingsModal(props) {
const { data, status, isError } = useFetch(eventNamespace, fetchEvent);