From 02aaef412b6133c96e3aaffb86f27de2ab949909 Mon Sep 17 00:00:00 2001 From: Ruin <1830275783@qq.com> Date: Wed, 9 Mar 2022 12:00:52 +0800 Subject: [PATCH] commit --- src/app/pages/home/home.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/home/home.module.ts b/src/app/pages/home/home.module.ts index ddb9398..6f713d5 100644 --- a/src/app/pages/home/home.module.ts +++ b/src/app/pages/home/home.module.ts @@ -10,7 +10,7 @@ import { NgModule } from "@angular/core"; import { HomeComponent } from "./home.component"; import { HeadComponent } from "./components/head/head.component"; import { BodyComponent } from "./components/body/body.component"; -import { PublicModule } from "src/app/universalModel/public.module"; +import { PublicModule } from "src/app/model/public.module"; @NgModule({ declarations: [HomeComponent, HeadComponent, BodyComponent], imports: [PublicModule],