Skip to content

Commit

Permalink
motor svg for all actuators
Browse files Browse the repository at this point in the history
  • Loading branch information
aivs committed Mar 4, 2024
1 parent 7497adf commit 814e388
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { BusBarComponent } from './components/busbars/busbar/bus-bar.component';
import { BusBarLayerComponent } from './components/busbars/bus-bar-layer.component';
import { AnalogInputComponent } from './components/devices/analog-input/analog-input.component';
import { GeneralComponent } from './components/devices/general/general.component';
import { MotorComponent } from './components/devices/motor/motor.component';

@NgModule({
declarations: [
Expand All @@ -35,6 +36,7 @@ import { GeneralComponent } from './components/devices/general/general.component
BusBarComponent,
BusBarLayerComponent,
GeneralComponent,
MotorComponent,
],
exports: [SvgShieldComponent, SandboxComponent],
imports: [CommonModule, HostDirective, HighlightPinDirective],
Expand Down

0 comments on commit 814e388

Please sign in to comment.