import { MediaQueryDispatch } from './MediaQueryDispatch';

export function createMediaQueryDispatcher() {
  return new MediaQueryDispatch();
}
