refactor: extract signals filter builder, add ESLint 10 config, fix low-hanging issues
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
'use client';
|
||||
|
||||
import { useApp } from '@/lib/context';
|
||||
import type { TimeRange, TimeMode } from '@/lib/types';
|
||||
|
||||
import { useApp } from '@/lib/context';
|
||||
|
||||
const RANGES: TimeRange[] = ['30m', '1h', '6h', '24h', '7d', '30d'];
|
||||
|
||||
export default function TimeRangeSelector() {
|
||||
|
||||
Reference in New Issue
Block a user