Mark app as use client

This commit is contained in:
Jordan Eldredge 2025-06-04 16:37:40 -07:00
parent b7692aca80
commit f89dc00fa0

View file

@ -1,3 +1,4 @@
"use client";
import React, { useCallback } from "react";
import { connect } from "react-redux";
import Head from "./Head";