Skip to content
Snippets Groups Projects
Commit 2ce55721 authored by Nathan Hertz's avatar Nathan Hertz Committed by Nathan Hertz
Browse files

Removed duplicated definition of `CapabilityRequestModule`

parent cc990d31
No related branches found
No related tags found
No related merge requests found
......@@ -14,16 +14,9 @@ import { FooterComponent } from "./footer/footer.component";
import { AppRoutingModule } from "./app-routing.module";
import { SplashComponent } from "./splash/splash.component";
import { SharedModule } from "./shared/shared.module";
import { CapabilityRequestComponent } from "./workspaces/components/capability-request/capability-request.component";
@NgModule({
declarations: [
AppComponent,
HeaderComponent,
FooterComponent,
SplashComponent,
CapabilityRequestComponent,
],
declarations: [AppComponent, HeaderComponent, FooterComponent, SplashComponent],
entryComponents: [],
imports: [
BrowserModule,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment