import { common } from '../../util/generic-tests';
import Grid from './Grid';

describe('Grid', () => {
	common(Grid);
});
