From db809d7b57b7a96b245ac5b0c409226be411ab5c Mon Sep 17 00:00:00 2001 From: avraham Date: Sun, 29 Sep 2024 20:02:55 -0400 Subject: [PATCH] remove unused imports --- frontend/src/pages/HistoricalCalendarPrices.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/pages/HistoricalCalendarPrices.tsx b/frontend/src/pages/HistoricalCalendarPrices.tsx index 2310010..d7d3580 100644 --- a/frontend/src/pages/HistoricalCalendarPrices.tsx +++ b/frontend/src/pages/HistoricalCalendarPrices.tsx @@ -1,5 +1,4 @@ -import { signal, computed } from "@preact/signals"; -import { useEffect, useRef } from "preact/hooks"; +import { useEffect } from "preact/hooks"; import { trpc } from "../trpc.js"; import { Chart as ChartJS, @@ -14,15 +13,9 @@ import { Container, Grid, Typography, - TextField, - Select, - MenuItem, Paper, - Button, Popper, ClickAwayListener, - Slider, - Box, } from "@mui/material"; import { availableUnderlyings,