Migrate sidebar to use Tailwind/Shadcn
This commit is contained in:
11
src/components/AppHeader.tsx
Normal file
11
src/components/AppHeader.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function AppHeader() {
|
||||
|
||||
return (
|
||||
<header className="absolute flex items-center justify-between px-4 py-2 border-b bg-background">
|
||||
<div className="flex items-center gap-2 text-muted-foreground">
|
||||
<Book className="h-5 w-5" />
|
||||
</div>
|
||||
|
||||
</header>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user