member_webapp/@overflow/shared/auth/auth.module.ts

10 lines
170 B
TypeScript
Raw Normal View History

2018-05-28 05:41:56 +00:00
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
@NgModule({
imports: [
CommonModule,
],
})
export class AuthModule { }