Run the footer on the client
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m8s

This commit is contained in:
Braydon 2024-04-22 02:06:05 -04:00
parent 2ef6f6e4e2
commit 2eb9286dcf

@ -1,3 +1,5 @@
"use client";
import Image from "next/image";
import Link from "next/link";
import { ReactElement } from "react";