refactor(connections): cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
const NodeIdContext = createContext(null);
|
||||
|
||||
export const NodeIdContext = createContext(null);
|
||||
export const Provider = NodeIdContext.Provider;
|
||||
export const Consumer = NodeIdContext.Consumer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user