import React from "react"
import style from "./index.module.scss"
import { useLocation, Route, Switch, useHistory } from "react-router-dom"
import html from "./a.md"
function Test() {
return
test
}
export default function About(props: any) {
let history = useHistory()
// let location = useLocation()
function back(){
console.log(1231);
history.replace("/about")
}
// console.log(html)
return (
{html}
{/*
back()}>阿萨 阿松大asdasd
*/}
{/*
22{props.children}{location.href}
*/}
{/*
sadsa
*/}
{/*
sadsa
*/}
{/*
*/}
{/* */}
{/**/}
)
}