oonyeje 99183d9162 - pdf is loaded on page
- added links to github, linkedin, gitea, and bside website
- adjusted styling and added footer block
2023-11-27 21:33:12 -05:00

8 lines
149 B
TypeScript

import React from "react";
export default function Footer({}) {
return (
<div className="w-full bg-black h-12">
</div>
);
};