import { withCreevey } from './withCreevey.js';

const preview = {
  decorators: [withCreevey()],
};

export default preview;
