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...
c098e98
serp-chat
/
src
/
components
/
Footer.jsx
matt HOFFNER
revamp
054d282
almost 2 years ago
raw
Copy download link
history
blame
Safe
205 Bytes
import
CountryLookup
from
"./CountryLookup"
;
export
default
function
Footer
(
) {
return
(
<
footer
className
=
"absolute bottom-0 text-sm text-gray-500 bg-[#f2f2f2] w-full"
>
</
footer
>
);
}