mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-10 10:44:39 +00:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
import React from 'react';
|
|
import EntityRegistry from './app/entity/EntityRegistry';
|
|
|
|
export const EntityRegistryContext = React.createContext(new EntityRegistry());
|