committed by
Vladimír Gorej
parent
dbd8931161
commit
ab1842083d
9
src/core/plugins/json-schema-2020-12/context.js
Normal file
9
src/core/plugins/json-schema-2020-12/context.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
import { createContext } from "react"
|
||||
|
||||
export const JSONSchemaContext = createContext(null)
|
||||
JSONSchemaContext.displayName = "JSONSchemaContext"
|
||||
|
||||
export default JSONSchemaContext
|
||||
Reference in New Issue
Block a user