Save responses in DB

This commit is contained in:
Gregory Schier
2023-02-22 18:53:44 -08:00
parent 31eb03da0d
commit fbcbf2e5a5
9 changed files with 530 additions and 138 deletions

View File

@@ -27,7 +27,6 @@ const syntaxExtensions: Record<string, LanguageSupport> = {
};
const extensions = [basicSetup, syntaxHighlighting(myHighlightStyle)];
export type EditorLanguage = keyof typeof syntaxExtensions;
export default function useCodeMirror({
value,