Add import for process
This commit is contained in:
parent
83acaae23b
commit
834a38046f
6 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { Dialog, Transition } from '@headlessui/react';
|
|||
import { Fragment, useState } from 'react';
|
||||
import { toast } from 'sonner';
|
||||
import { Chat } from '@/app/library/page';
|
||||
import process from 'process';
|
||||
|
||||
const DeleteChat = ({
|
||||
chatId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue