Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Feb 6, 2025
1 parent 4f3451c commit 1f1a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/components/layout/root-layout/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React, {PropsWithChildren, useMemo, useRef} from 'react'
import NextLink from 'next/link'
import Head from 'next/head'
import type {Folder, FrontMatter, MdxFile, PageMapItem} from 'nextra'
import type {Folder, MdxFile, PageMapItem} from 'nextra'
import {useFSRoute} from 'nextra/hooks'
import {PencilIcon} from '@primer/octicons-react'
import {BaseStyles, Box as PRCBox, Breadcrumbs, PageLayout, ThemeProvider} from '@primer/react'
Expand Down

0 comments on commit 1f1a020

Please sign in to comment.