This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
web0715
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
f869f4c9ac
Branches
Tags
master
web0715
/
16.react
/
react高阶
/
project2
/
src
/
pages
/
Error
/
index.jsx
index.jsx
111 B
Historique
Raw
1
2
3
4
5
6
7
8
function Error() {
return (
<>
<h2>当前页面不存在</h2>
</>
);
}
export default Error;