chore: format project

This commit is contained in:
Justin Luoma 2024-05-25 08:16:13 -04:00
parent 79d4d87f24
commit cd7722afdb
31 changed files with 504 additions and 409 deletions

View file

@ -1,9 +1,9 @@
/* eslint-disable @next/next/no-img-element */
import { ImagesIcon, PlusIcon } from 'lucide-react';
import { useState } from 'react';
import {ImagesIcon, PlusIcon} from 'lucide-react';
import {useState} from 'react';
import Lightbox from 'yet-another-react-lightbox';
import 'yet-another-react-lightbox/styles.css';
import { Message } from './ChatWindow';
import {Message} from './ChatWindow';
type Image = {
url: string;