Skip to content
Snippets Groups Projects
Commit a245b0a5 authored by rhenck's avatar rhenck
Browse files

Fix common module exports

parent a0ff9099
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,17 @@ import { DropdownComponent } from './element-components/dropdown.component';
MatExpansionModule,
MatSidenavModule,
MatDialogModule,
MatFormFieldModule
MatFormFieldModule,
ButtonComponent,
LabelComponent,
TextFieldComponent,
ImageComponent,
AudioComponent,
VideoComponent,
RadioButtonGroupComponent,
CheckboxComponent,
DropdownComponent,
CorrectionComponent
]
})
export class SharedModule { }
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