Skip to content

Commit

Permalink
fix(mobile): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Oct 22, 2024
1 parent d68f207 commit d13b096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mobile/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "./globals.css";
import type { Metadata } from "next";
import localFont from "next/font/local";

export const metadata: Metadata = {
title: "Create Next App",
Expand Down

0 comments on commit d13b096

Please sign in to comment.