Skip to content

Commit

Permalink
fix: remove intersection-observer
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jan 24, 2025
1 parent c73c0c1 commit 5e7929c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/main/src/pages/crvusd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import dynamic from 'next/dynamic'
import { Navigate, Route, Routes } from 'react-router'
import { REFRESH_INTERVAL, ROUTE } from '@/loan/constants'
import { i18n } from '@lingui/core'
import 'intersection-observer'
import 'focus-visible'
import { I18nProvider } from '@lingui/react'
import { OverlayProvider } from '@react-aria/overlays'
Expand Down
1 change: 0 additions & 1 deletion apps/main/src/pages/dao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { I18nProvider } from '@lingui/react'
import { I18nProvider as AriaI18nProvider } from 'react-aria'
import { OverlayProvider } from '@react-aria/overlays'
import delay from 'lodash/delay'
import 'intersection-observer'
import 'focus-visible'
import { ThemeProvider } from '@ui-kit/shared/ui/ThemeProvider'
import { dynamicActivate, initTranslation, updateAppLocale } from '@ui-kit/lib/i18n'
Expand Down
1 change: 0 additions & 1 deletion apps/main/src/pages/dex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import dynamic from 'next/dynamic'
import { Navigate, Route, Routes } from 'react-router'
import { REFRESH_INTERVAL, ROUTE } from '@/dex/constants'
import 'focus-visible'
import 'intersection-observer'
import { i18n } from '@lingui/core'
import { I18nProvider } from '@lingui/react'
import { OverlayProvider } from '@react-aria/overlays'
Expand Down
1 change: 0 additions & 1 deletion apps/main/src/pages/lend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { I18nProvider } from '@lingui/react'
import { OverlayProvider } from '@react-aria/overlays'
import delay from 'lodash/delay'
import { useCallback, useEffect, useState } from 'react'
import 'intersection-observer'
import 'focus-visible'
import { HashRouter } from 'react-router-dom'
import { connectWalletLocales, initOnboard } from '@ui-kit/features/connect-wallet'
Expand Down

0 comments on commit 5e7929c

Please sign in to comment.