This website requires JavaScript.
Explore
Help
Register
Sign In
Tenlion
/
system-copyright-react
Watch
5
Star
0
Fork
0
You've already forked system-copyright-react
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
25d82e1b6e
system-copyright-react
/
src
/
layout
/
foot
/
Foot.tsx
7 lines
112 B
TypeScript
Raw
Normal View
History
Unescape
Escape
完善页面
2024-03-11 23:33:03 +08:00
import
'./foot.css'
;
fc
2024-03-11 19:13:42 +08:00
export
default
function
Foot() {
return
(
增加组件
2024-03-12 18:53:51 +08:00
<
div
className
=
"foot"
>
<
/
div
>
fc
2024-03-11 19:13:42 +08:00
)
}
Reference in New Issue
Copy Permalink