import {createContext} from 'react';

export const instanceContext = createContext(null);
export const preloadContext = createContext(null);
