Initial commit
This commit is contained in:
7
pages/elements/banner.js
Normal file
7
pages/elements/banner.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Banner() {
|
||||
return (
|
||||
<div>
|
||||
<img src="/logo.png"></img>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user