diff --git a/src/ArtDetails.js b/src/ArtDetails.js index c61f875..797f513 100644 --- a/src/ArtDetails.js +++ b/src/ArtDetails.js @@ -1,4 +1,4 @@ -import React, { useEffect, useState } from "react"; +import React, { Component, useEffect, useState } from "react"; import { Container, Row, Col, Card, Button } from "react-bootstrap"; import { Route, useParams, Routes } from "react-router-dom"; import {Helmet} from "react-helmet";