feat: goto with osc

This commit is contained in:
cv
2021-05-11 15:49:47 +02:00
parent 80ef58426b
commit a4488b6a56
6 changed files with 32 additions and 10 deletions
+1 -5
View File
@@ -14,11 +14,7 @@ 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';