adjustments to dialog spacing

This commit is contained in:
miloschwartz
2025-12-16 23:19:18 -05:00
parent e8f763a77f
commit 809bb4a7b4
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import type { Metadata } from "next";
import "./globals.css";
import { Inter } from "next/font/google";
import { Geist, Inter, Manrope } from "next/font/google";
import { ThemeProvider } from "@app/providers/ThemeProvider";
import EnvProvider from "@app/providers/EnvProvider";
import { pullEnv } from "@app/lib/pullEnv";