// import * as React from 'react';
// import { render, screen } from '@testing-library/react';
import { ModelExhibition } from '../ModelExhibition';

it('ModelExhibition defined', () => {
  expect(ModelExhibition).toBeDefined();
});
