Skip to content

Commit

Permalink
format imports, package.json fields with prettier (shuding#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored and filiphuhta committed May 25, 2023
1 parent 637e4a4 commit 4b129cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/nextra-theme-blog/src/nav.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useTheme } from 'next-themes'
import Link from 'next/link'
import ThemeSwitch from './theme-switch'
import { useTheme } from 'next-themes'
import type { ReactElement } from 'react'
import { useBlogContext } from './blog-context'
import ThemeSwitch from './theme-switch'
import { collectPostsAndNavs } from './utils/collect'
Expand Down
1 change: 0 additions & 1 deletion packages/nextra-theme-blog/src/posts-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { MDXTheme } from './mdx-theme'
import Nav from './nav'
import { collectPostsAndNavs } from './utils/collect'
import getTags from './utils/get-tags'
import { useTheme } from 'next-themes'

export const PostsLayout = ({
children
Expand Down

0 comments on commit 4b129cc

Please sign in to comment.