这个为啥报错呀
import type { RouteObject } from 'react-router-dom'
import Home from '@/pages/home'
const routes: RouteObject[] = [
{
path: '/',
element: <Home />
}
]
export default routes
✘ [ERROR] Expected ">" but found "/"
src/router/routes.ts:8:19: 8 │ element: <Home /> │ ^ ╵ >
Build failed with 1 error: src/router/routes.ts:8:19: ERROR: Expected ">" but found "/"