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.
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
export function Header() {
|
|
return (
|
|
<header className={"w-full flex justify-evenly items-center rounded bg-background"}>
|
|
<div>
|
|
</div>
|
|
</header>
|
|
)
|
|
} |