feat: 更新首页
This commit is contained in:
0
src/pages/home/index.scss
Normal file
0
src/pages/home/index.scss
Normal file
8
src/pages/home/index.tsx
Normal file
8
src/pages/home/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { View } from "@tarojs/components";
|
||||
import React, { useCallback } from "react";
|
||||
|
||||
const Home=()=>{
|
||||
return <View>home</View>
|
||||
}
|
||||
|
||||
export default Home
|
||||
Reference in New Issue
Block a user