Much styling
This commit is contained in:
@ -20,6 +20,9 @@ const Layout: NextPage<ILayoutProps> = ({ title, children }) => {
|
||||
<main>
|
||||
{ children }
|
||||
</main>
|
||||
<footer>
|
||||
Copyright und so nen Stuff
|
||||
</footer>
|
||||
</div>
|
||||
</>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user