import { IconInfinity } from "@tabler/icons-react";

export default function AppLogo() {
  return <IconInfinity size={32} />;
}
