Import process

This commit is contained in:
Andrew Pennington 2024-08-15 19:48:00 +01:00
parent 7d5eec898d
commit 83acaae23b
No known key found for this signature in database
GPG key ID: E9DA097213FD17EA

View file

@ -10,6 +10,7 @@ import { toast } from 'sonner';
import { useSearchParams } from 'next/navigation';
import { getSuggestions } from '@/lib/actions';
import Error from 'next/error';
import process from 'process';
export type Message = {
messageId: string;