integrate ai gateway and improve ui components (#1145)
This commit is contained in:
parent
7315ced92f
commit
dff2191611
29 changed files with 235 additions and 217 deletions
|
|
@ -6,7 +6,7 @@ import { python } from '@codemirror/lang-python';
|
|||
import { oneDark } from '@codemirror/theme-one-dark';
|
||||
import { basicSetup } from 'codemirror';
|
||||
import React, { memo, useEffect, useRef } from 'react';
|
||||
import { Suggestion } from '@/lib/db/schema';
|
||||
import type { Suggestion } from '@/lib/db/schema';
|
||||
|
||||
type EditorProps = {
|
||||
content: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue