Skip to content

Commit

Permalink
fix: ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Nov 22, 2024
1 parent 589cfb1 commit b36fda0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/root/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const loadFeatures = () =>
import('./framer-lazy-feature').then((res) => res.default)

const baseContexts: JSX.Element[] = [
// @ts-expect-error
<ThemeProvider key="themeProvider" />,
<JotaiStoreProvider key="jotaiStoreProvider" />,

Expand Down

0 comments on commit b36fda0

Please sign in to comment.