fix linting
This commit is contained in:
@ -6,5 +6,7 @@ import type { ChannelConfiguration } from 'shared/lib/types'
|
||||
import { createContext } from '@lit/context'
|
||||
import { ChannelDetailsService } from '../services/channel-details'
|
||||
|
||||
export const channelConfigurationContext = createContext<ChannelConfiguration | undefined>(Symbol('channel-configuration'))
|
||||
export const channelDetailsServiceContext = createContext<ChannelDetailsService | undefined>(Symbol('channel-configuration-service'))
|
||||
export const channelConfigurationContext =
|
||||
createContext<ChannelConfiguration | undefined>(Symbol('channel-configuration'))
|
||||
export const channelDetailsServiceContext =
|
||||
createContext<ChannelDetailsService | undefined>(Symbol('channel-configuration-service'))
|
||||
|
Reference in New Issue
Block a user