File size: 208 Bytes
054d282
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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>
  );
}