Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
yigithanyucedag and styfle committed Jul 6, 2023
1 parent 2404ca9 commit d9b8e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
import './globals.css'
import { Metadata } from "next";
import type { Metadata } from 'next'
import { Inter } from 'next/font/google'

const inter = Inter({ subsets: ['latin'] })
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app/ts/app/layout.tsx
@@ -1,5 +1,5 @@
import './globals.css'
import { Metadata } from "next";
import type { Metadata } from 'next'
import { Inter } from 'next/font/google'

const inter = Inter({ subsets: ['latin'] })
Expand Down

0 comments on commit d9b8e60

Please sign in to comment.