import { Component, OnInit } from '@angular/core' @Component({ selector: 'app-gallery-page-options', template: `
`, styles: [], }) export class GalleryPageOptionsComponent implements OnInit { constructor() {} ngOnInit() {} }