* Remove unused components * Fix company not being created issue * Fix company not being created issue * Fix company not being created issue * Optimize rendering * Optimize rendering
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import { createContext } from 'react';
|
|
|
|
export const EntityUpdateMutationContext = createContext<any | null>(null);
|