/** * This file is part of Anis Client. * * @copyright Laboratoire d'Astrophysique de Marseille / CNRS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { DeleteBtnComponent } from './delete-btn.component'; import { DataPathFormControlComponent } from './data-path-form-control.component'; export const sharedComponents = [ DeleteBtnComponent, DataPathFormControlComponent ];