format everything in zed

This commit is contained in:
2025-10-27 18:20:34 +08:00
parent 99c58217c9
commit 4529c58aad
34 changed files with 1927 additions and 1609 deletions

View File

@@ -1,12 +1,12 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import type { Viewport } from 'next'
import type { Viewport } from "next";
export const viewport: Viewport = {
width: 'device-width',
initialScale: 1.0
}
width: "device-width",
initialScale: 1.0,
};
const geistSans = Geist({
variable: "--font-geist-sans",
@@ -23,8 +23,6 @@ export const metadata: Metadata = {
description: "A Website to Learn Languages",
};
export default function RootLayout({
children,
}: Readonly<{