whoopsie rebasing

This commit is contained in:
Sara
2024-01-13 18:35:31 +01:00
parent 1116a0e484
commit 1c4600b65e

View File

@@ -1,7 +1,7 @@
import { useEffect, useState } from "react";
import { useError } from "../../(errors)/errorContext";
import { CreateTranscript } from "../../api";
import { CreateTranscript, GetTranscript } from "../../api";
import useApi from "../../lib/useApi";
type UseCreateTranscript = {