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,8 +1,8 @@
|
|||
import { Button } from './ui/button';
|
||||
import { Tooltip, TooltipContent, TooltipTrigger } from './ui/tooltip';
|
||||
import { artifactDefinitions, UIArtifact } from './artifact';
|
||||
import { Dispatch, memo, SetStateAction, useState } from 'react';
|
||||
import { ArtifactActionContext } from './create-artifact';
|
||||
import { artifactDefinitions, type UIArtifact } from './artifact';
|
||||
import { type Dispatch, memo, type SetStateAction, useState } from 'react';
|
||||
import type { ArtifactActionContext } from './create-artifact';
|
||||
import { cn } from '@/lib/utils';
|
||||
import { toast } from 'sonner';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue