first commit
Some checks failed
Deploy to Private Server / deploy (push) Failing after 2s

This commit is contained in:
2025-12-24 11:49:29 +07:00
commit 97e902ec50
19 changed files with 4897 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export default function Header() {
return (
<header className="header">
<div className="container">
<h1>TIMELAPSE CALCULATOR</h1>
</div>
</header>
);
}