import { EventLoopSpinner } from './event-loop-spinner';

export const eventLoopSpinner = new EventLoopSpinner();
