add user articles

This commit is contained in:
2025-12-18 00:13:27 +03:00
parent b72974ef62
commit f1a65f2fe4
25 changed files with 690 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
export const Header = () => {
return (
<header className="py-5 px-4 bg-accent">
<h1 className="text-3xl font-semibold text-secondary">archive.local</h1>
</header>
);
};