Cleaning some stuff.
This commit is contained in:
committed by
Mehdi Benadel
parent
0491539dfd
commit
b72b23d6ae
4
client/common/lib/contexts/peertube.ts
Normal file
4
client/common/lib/contexts/peertube.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import type { RegisterClientOptions } from '@peertube/peertube-types/client/types'
|
||||
import { createContext } from '@lit/context'
|
||||
|
||||
export const registerClientOptionsContext = createContext<RegisterClientOptions | undefined>(Symbol('register-client-options'))
|
Reference in New Issue
Block a user