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