improve repo structure

This commit is contained in:
Rene Haas
2022-10-20 14:11:21 +02:00
parent 2b02daa3ac
commit 2599fc2cd1
61 changed files with 28678 additions and 37 deletions
+13
View File
@@ -0,0 +1,13 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { OverlayscrollbarsModule } from 'overlayscrollbars-ngx';
import { AppComponent } from './app.component';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, OverlayscrollbarsModule],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}