10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
import styles from "../../styles/Home.module.css";
|
|
|
|
export default function Header() {
|
|
return (
|
|
<div>
|
|
<h1 className="text-3xl p-6">Generuj profil przekroju terenu</h1>
|
|
</div>
|
|
);
|
|
}
|