feat: tab bar
This commit is contained in:
13
frontend/src/config/keepAliveMeta.ts
Normal file
13
frontend/src/config/keepAliveMeta.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Radio, FlaskConical } from 'lucide-react'
|
||||
import type { LucideIcon } from 'lucide-react'
|
||||
|
||||
export interface KeepAliveMeta {
|
||||
path: string
|
||||
label: string
|
||||
icon: LucideIcon
|
||||
}
|
||||
|
||||
export const KEEP_ALIVE_META: KeepAliveMeta[] = [
|
||||
{ path: '/market-events', label: 'Market Events', icon: Radio },
|
||||
{ path: '/causal-lab', label: 'Lab Causal', icon: FlaskConical },
|
||||
]
|
||||
Reference in New Issue
Block a user