diff --git a/src/app/page.js b/src/app/page.js index aff5547..5d4419a 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -1,6 +1,6 @@ "use client"; -import { useEffect, useState } from "react"; +import { useState } from "react"; function getCancers() { @@ -34,20 +34,22 @@ function Listing({ cancers, active, setActive }) { function Carousel({ currentCancer }) { + const isProd = process.env.NODE_ENV === 'production'; + return (
- +
- +
- +
- +