feat: instrument analysis
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { createContext, useContext, useCallback, useState, ReactNode } from 'react'
|
||||
import { createContext, useContext, useCallback, useState, useEffect, ReactNode } from 'react'
|
||||
|
||||
// Instruments that exist in instruments.json — used to validate localStorage
|
||||
const VALID_INSTRUMENT_SUFFIX = /^[A-Z0-9]+=?[A-Z0-9-]*$/
|
||||
|
||||
interface TabsCtx {
|
||||
kept: ReadonlySet<string>
|
||||
|
||||
Reference in New Issue
Block a user