commit
This commit is contained in:
16
src/app/pages/pages.module.ts
Normal file
16
src/app/pages/pages.module.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* @Description: {{ByRuin}}
|
||||
* @Version: 2.0
|
||||
* @Author: Ruin 🍭
|
||||
* @Date: 2022-03-03 17:03:51
|
||||
* @LastEditors: 刘引
|
||||
* @LastEditTime: 2022-03-03 17:09:57
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { HomeModule } from './home/home.module';
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [CommonModule, HomeModule],
|
||||
})
|
||||
export class PagesModule {}
|
||||
Reference in New Issue
Block a user