2018-07-23 16:42:17 +02:00
|
|
|
import { CommonModule } from '@angular/common';
|
2019-07-26 11:46:59 +02:00
|
|
|
import { NgModule } from '@angular/core';
|
2018-07-23 16:42:17 +02:00
|
|
|
|
|
|
|
import { MotionsRoutingModule } from './motions-routing.module';
|
|
|
|
|
|
|
|
@NgModule({
|
2019-08-15 16:26:51 +02:00
|
|
|
imports: [CommonModule, MotionsRoutingModule]
|
2018-07-23 16:42:17 +02:00
|
|
|
})
|
|
|
|
export class MotionsModule {}
|