import { DeleteBtnComponent } from "./delete-btn.component";

export const sharedComponents = [
    DeleteBtnComponent
];