pass user object to user context

This commit is contained in:
Milo Schwartz 2024-10-12 21:30:35 -04:00
parent 61fca6a1f6
commit 41cbde1474
No known key found for this signature in database
6 changed files with 23 additions and 12 deletions

View file

@ -3,7 +3,7 @@ import "./globals.css";
import { Roboto } from "next/font/google";
export const metadata: Metadata = {
title: "Pangolin",
title: process.env.NEXT_PUBLIC_APP_NAME,
description: "",
};