Skip to content
Snippets Groups Projects
index.ts 122 B
Newer Older
  • Learn to ignore specific revisions
  • import { DeleteBtnComponent } from "./delete-btn.component";
    
    export const sharedComponents = [
        DeleteBtnComponent
    ];