We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e832c commit 97d789fCopy full SHA for 97d789f
app/entry.server.tsx
@@ -7,7 +7,7 @@ import {
7
} from '@remix-run/node'
8
import { RemixServer } from '@remix-run/react'
9
import * as Sentry from '@sentry/remix'
10
-import isbot from 'isbot'
+import { isbot } from 'isbot'
11
import { getInstanceInfo } from 'litefs-js'
12
import { renderToPipeableStream } from 'react-dom/server'
13
import { getEnv, init } from './utils/env.server.ts'
0 commit comments