Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
serp-chat
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
29df9bc
serp-chat
/
src
/
components
/
HomeHeader.jsx
matt HOFFNER
revamp
054d282
almost 2 years ago
raw
Copy download link
history
blame
Safe
208 Bytes
import
Link
from
"next/link"
;
import
{
TbGridDots
}
from
"react-icons/tb"
;
export
default
function
HomeHeader
(
) {
return
(
<
header
className
=
"flex justify-end p-5 text-sm"
>
</
header
>
);
}