feat: init
This commit is contained in:
13
projects/translate-h5/src/view/home/archives/index.tsx
Normal file
13
projects/translate-h5/src/view/home/archives/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
// 档案
|
||||
import MainLayout from "@/layout/main/mainLayout";
|
||||
import "./index.less";
|
||||
|
||||
function Index() {
|
||||
return (
|
||||
<MainLayout isShowNavBar={true}>
|
||||
<div className="archives"></div>
|
||||
</MainLayout>
|
||||
);
|
||||
}
|
||||
|
||||
export default Index;
|
||||
Reference in New Issue
Block a user