import { createContext } from 'react';

export const BraidTestProviderContext = createContext(false);
