mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
refactor: simplify font imports in layout.tsx
- Removed unnecessary variable assignments for GeistSans and GeistMono. - Updated imports to directly use the Geist font components.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import type { Metadata } from "next";
|
||||
import { GeistSans as GeistSansFont } from "geist/font/sans";
|
||||
import { GeistMono as GeistMonoFont } from "geist/font/mono";
|
||||
import { GeistSans } from "geist/font/sans";
|
||||
import { GeistMono } from "geist/font/mono";
|
||||
import { Toaster } from "sonner";
|
||||
import "./globals.css";
|
||||
|
||||
const GeistSans = GeistSansFont({ variable: "--font-geist-sans" });
|
||||
const GeistMono = GeistMonoFont({ variable: "--font-geist-mono" });
|
||||
export const metadata: Metadata = {
|
||||
title: "Automaker - Autonomous AI Development Studio",
|
||||
description: "Build software autonomously with intelligent orchestration",
|
||||
|
||||
Reference in New Issue
Block a user