Put everything in its right place
This commit is contained in:
11
components/templates/header.js
Normal file
11
components/templates/header.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Pane, Heading } from "evergreen-ui";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
|
||||
<Heading is="h1" size={800} marginBottom={42}>
|
||||
Generuj profil przekroju terenu
|
||||
</Heading>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user