From 3dcbbfd9c2c0ed399d8abe7afb6a2dcb52878fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Tue, 8 Jul 2025 13:52:28 +0200 Subject: [PATCH] fix for build --- src/components/TopBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index ea0515e..1e2c903 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -1,5 +1,5 @@ import { useStore } from '@nanostores/react'; -import { useState, useEffect } from 'react'; +import { useState } from 'react'; import { $appSettings, updateAppSettings } from '../stores/appSettings'; import { VALUE_MODES, ValueMode } from '../utils/constants'; import { @@ -291,8 +291,8 @@ export function TopBar() { />
-