Update dates #91
Annotations
10 warnings
🔬 Lint:
app/components/back-to-top.tsx#L2
`lucide-react` import should occur before import of `react-router`
|
🔬 Lint:
app/components/error-boundary.tsx#L7
`@sentry/remix` import should occur before import of `react-router`
|
🔬 Lint:
app/components/newsletter.tsx#L2
`lucide-react` import should occur before import of `react-router`
|
🔬 Lint:
app/components/shell.tsx#L2
`lucide-react` import should occur before import of `react-router`
|
🔬 Lint:
app/components/toc.tsx#L2
`lucide-react` import should occur before import of `react-router`
|
🔬 Lint:
app/components/ui/divider.tsx#L2
`lucide-react` import should occur before import of `react-router`
|
🔬 Lint:
app/entry.client.tsx#L1
`react-router/dom` import should occur after import of `react-dom/client`
|
🔬 Lint:
app/entry.server.tsx#L3
`react-router` import should occur after import of `react-dom/server`
|
🔬 Lint:
app/entry.server.tsx#L7
'/home/runner/work/walz/walz/node_modules/react-router/dist/development/index.mjs' imported multiple times
|
🔬 Lint:
app/entry.server.tsx#L10
`react-router` import should occur after import of `react-dom/server`
|
Loading