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
|
|
@ -1,7 +1,7 @@
|
|||
'use client';
|
||||
|
||||
import useSWR from 'swr';
|
||||
import { UIArtifact } from '@/components/artifact';
|
||||
import type { UIArtifact } from '@/components/artifact';
|
||||
import { useCallback, useMemo } from 'react';
|
||||
|
||||
export const initialArtifactData: UIArtifact = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue