serp-chat / src /components /Footer.jsx
matt HOFFNER
revamp
054d282
raw
history blame
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>
);
}