add user articles
This commit is contained in:
7
web/src/components/Header.tsx
Normal file
7
web/src/components/Header.tsx
Normal 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>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user