Mathis bdadf51e54
Refactor layout and navigation on HomePage
Updated tsconfig.json to include paths for better imports. Modified layout.tsx and Header.tsx for improved styles. Refactored HomePage to use new state management and simplified components for better readability and navigation.
2024-09-23 16:17:31 +02:00

8 lines
171 B
TypeScript

export function Header() {
return (
<header className={"w-full flex justify-evenly items-center rounded bg-background"}>
<div>
</div>
</header>
)
}