feat: 10.10线上最新代码提交
This commit is contained in:
16
src/templates/HowToUsePage/index.js
Normal file
16
src/templates/HowToUsePage/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
"use client";
|
||||
|
||||
import Layout from "@/components/Layout";
|
||||
import HowToUse from "./HowToUse";
|
||||
import Help from "./Help";
|
||||
|
||||
const HowToUsePage = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<HowToUse />
|
||||
<Help />
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
||||
export default HowToUsePage;
|
||||
Reference in New Issue
Block a user