Skip to content

Commit

Permalink
chore: removed unused directives
Browse files Browse the repository at this point in the history
My local machine may just be being weird right now. It keeps giving me warnings about these which definitely do exist.
  • Loading branch information
Pkmmte committed Feb 17, 2023
1 parent 96f1138 commit 44b0ea3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/pilot/src/client/core/use-pilot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'use client'
import { atom, Atom, useAtom } from 'jotai'
import { Platform } from 'react-native'
// @ts-expect-error
import { useRouter } from 'next/router'
import { Pilot } from './pilot'
import { PilotConfig } from '../types'
Expand Down
1 change: 0 additions & 1 deletion packages/pilot/src/i18n/app-with-translation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import i18next from 'i18next'
import { useMemo } from 'react'
// @ts-ignore (peer dependency)
import { I18nextProvider, initReactI18next } from 'react-i18next'
// @ts-expect-error
import type { AppProps as NextJsAppProps } from 'next/app'

type AppProps = NextJsAppProps & {
Expand Down

1 comment on commit 44b0ea3

@vercel
Copy link

@vercel vercel bot commented on 44b0ea3 Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.