i think i fixed a bug...

This commit is contained in:
Chop
2022-02-23 19:20:49 +01:00
parent e4478d7841
commit 95dfe2d202
14 changed files with 338 additions and 149 deletions

11
templates/header.js Normal file
View File

@@ -0,0 +1,11 @@
import { Pane, Heading } from "evergreen-ui";
export default function Header() {
return (
<Pane>
<Heading is="h1" size={800} marginBottom={42}>
Generuj profil przekroju terenu
</Heading>
</Pane>
);
}