commit
This commit is contained in:
@@ -4,13 +4,15 @@
|
||||
* @Author: Ruin 🍭
|
||||
* @Date: 2022-03-03 17:03:51
|
||||
* @LastEditors: 刘引
|
||||
* @LastEditTime: 2022-03-03 17:09:57
|
||||
* @LastEditTime: 2022-03-04 11:32:51
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { HomeModule } from './home/home.module';
|
||||
import { NgModule } from "@angular/core";
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { HomeModule } from "./home/home.module";
|
||||
import { UserModule } from "./user/user.module";
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [CommonModule, HomeModule],
|
||||
imports: [CommonModule, HomeModule, UserModule],
|
||||
// exports: [CommonModule, HomeModule, UserModule],
|
||||
})
|
||||
export class PagesModule {}
|
||||
|
||||
Reference in New Issue
Block a user