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() { />