chore(react): cleanup exports
This commit is contained in:
@@ -84,7 +84,7 @@ const selector = (s: ReactFlowState) => ({
|
||||
reset: s.reset,
|
||||
});
|
||||
|
||||
const StoreUpdater = (props: StoreUpdaterProps) => {
|
||||
export function StoreUpdater(props: StoreUpdaterProps) {
|
||||
const {
|
||||
setNodes,
|
||||
setEdges,
|
||||
@@ -149,6 +149,4 @@ const StoreUpdater = (props: StoreUpdaterProps) => {
|
||||
);
|
||||
|
||||
return null;
|
||||
};
|
||||
|
||||
export default StoreUpdater;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user