5.1 앱 레이아웃/헤더/푸터/사이드바 구성
This commit is contained in:
9
src/app/components/AppFooter.tsx
Normal file
9
src/app/components/AppFooter.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export function AppFooter() {
|
||||
return (
|
||||
<footer style={{ padding: 12, borderTop: "1px solid #eee", marginTop: 24 }}>
|
||||
© msg App
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user