Skip to content

Commit

Permalink
fix: styling of edit single entity component
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Dec 16, 2022
1 parent 9af9829 commit 53375b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { MatTooltipModule } from "@angular/material/tooltip";
import { MatInputModule } from "@angular/material/input";
import { EditTextWithAutocompleteComponent } from "./edit-text-with-autocomplete/edit-text-with-autocomplete.component";
import { ViewModule } from "../../view/view.module";
import { MatButtonModule } from "@angular/material/button";

@NgModule({
declarations: [
Expand All @@ -34,6 +35,7 @@ import { ViewModule } from "../../view/view.module";
MatTooltipModule,
MatInputModule,
ViewModule,
MatButtonModule,
],
exports: [
EntitySelectComponent,
Expand Down

0 comments on commit 53375b7

Please sign in to comment.