调整组件位置

This commit is contained in:
2025-05-12 22:43:24 +08:00
parent 367ec1d9a0
commit b764d3c932
6 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import Header from "../components/Header";
import Footer from "../components/Footer";
import Header from "../../components/Header";
import Footer from "../../components/Footer";
export default function LayoutWithHeaderFooter({
children,