mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-08 08:37:32 +00:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
![]() |
import React from 'react';
|
||
|
|
||
|
const SchemaEditableContext = React.createContext(true);
|
||
|
|
||
|
export default SchemaEditableContext;
|