Put everything in its right place

This commit is contained in:
2022-02-24 14:38:17 +01:00
parent 8777be462d
commit e31ebc1799
9 changed files with 20 additions and 24 deletions

View 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>
);
}