import {FC} from "react"; import {Text, View} from "@tarojs/components"; import styles from "@/pages/index/index.module.scss"; import Icon from "@/components/icon"; export const Search: FC = () => { return ( 搜索课程 ) }