Skip to content

Commit

Permalink
fixed remaining errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqing6432 committed May 22, 2024
1 parent 12de2a2 commit 23b9d69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/userComponents/Exhibit/Exhibit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { useWebDeviceDetection } from '../../../context/WindowWidthContext/Windo
* @param root0.description description of exhibit
* @param root0.image image
* @param root0.id id of exhibit
* @param root0.web
* @returns exhibit component
*/
export default function Exhibit({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import Image from 'next/image';
// eslint-disable-next-line import/no-unresolved
import styles from './ExhibitDisplay.module.css';

/**
Expand Down

0 comments on commit 23b9d69

Please sign in to comment.