Work on passing all env variables on server side.

This commit is contained in:
charlesgauthereau
2025-11-03 18:54:16 +01:00
parent 82559b49bd
commit bcbd6bbea1
9 changed files with 55 additions and 49 deletions
-2
View File
@@ -1,7 +1,5 @@
"use client"
import React, {useEffect, useState} from "react";
import {LayoutAdmin} from "@/components/layout";
import Image from "next/image";
import {env} from "@/env.mjs";
import {useTheme} from "next-themes";
import {useSession} from "@/lib/auth/auth-client";