Add import for process

This commit is contained in:
Andrew Pennington 2024-08-15 20:06:03 +01:00
parent 83acaae23b
commit 834a38046f
No known key found for this signature in database
GPG key ID: E9DA097213FD17EA
6 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import { formatTimeDifference } from '@/lib/utils';
import { BookOpenText, ClockIcon, Delete, ScanEye } from 'lucide-react';
import Link from 'next/link';
import { useEffect, useState } from 'react';
import process from 'process';
export interface Chat {
id: string;