refactor: remove unused imports

This commit is contained in:
Maze Winther
2025-06-26 01:02:15 +02:00
parent b01421f115
commit 53e88df0d7

View File

@ -1,13 +1,11 @@
"use client";
import Link from "next/link";
import Image from "next/image";
import { Button } from "./ui/button";
import { ArrowRight } from "lucide-react";
import { HeaderBase } from "./header-base";
import { useSession } from "@opencut/auth/client";
import { getStars } from "@/lib/fetchGhStars";
import { Star } from "lucide-react";
import { useEffect, useState } from "react";
function Logo() {