Add import for process
This commit is contained in:
parent
83acaae23b
commit
834a38046f
6 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { useState } from 'react';
|
|||
import Lightbox, { GenericSlide, VideoSlide } from 'yet-another-react-lightbox';
|
||||
import 'yet-another-react-lightbox/styles.css';
|
||||
import { Message } from './ChatWindow';
|
||||
import process from 'process';
|
||||
|
||||
type Video = {
|
||||
url: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue