diff --git a/app/components/photo-gallery.gjs b/app/components/photo-gallery.gjs index fd6af55..f8283f7 100644 --- a/app/components/photo-gallery.gjs +++ b/app/components/photo-gallery.gjs @@ -7,10 +7,12 @@ import { service } from '@ember/service'; import { modifier } from 'ember-modifier'; import { task } from 'ember-concurrency'; import { EventFactory } from 'applesauce-core'; +import or from 'ember-truth-helpers/helpers/or'; import config from 'marco/config/environment'; import DropdownMenu from './dropdown-menu'; import PhotoCarousel from './photo-carousel'; import Icon from './icon'; +import formatRelativeDate from '../helpers/format-relative-date'; const GalleryContent =