move existing lib components to inbox

This commit is contained in:
Tykayn 2025-08-14 14:58:17 +02:00 committed by tykayn
parent 4a8c7d2a4b
commit 54bf9d3fe2
14 changed files with 15 additions and 3 deletions

View file

@ -1,23 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { Index } from './index';
describe('Index', () => {
let component: Index;
let fixture: ComponentFixture<Index>;
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [Index]
})
.compileComponents();
fixture = TestBed.createComponent(Index);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});