import React from 'react';
import Placeholder from '@theme/Placeholder';

export default function McolGrid(props) {
  return <div></div>;
}
