mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:15:31 -04:00
fix: batch server requests from posts list
This commit is contained in:
@@ -6,7 +6,7 @@ import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import Menu from "@/components/layout/menu";
|
||||
import { Menu } from "@/components/layout/menu";
|
||||
import { GitHubIcon } from "@/components/icons";
|
||||
import { cn } from "@/lib/utils";
|
||||
import authorConfig from "@/lib/config/author";
|
||||
@@ -90,4 +90,4 @@ const Header = ({ className }: { className?: string }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Header;
|
||||
export { Header };
|
||||
|
||||
Reference in New Issue
Block a user