Skip to content

Commit

Permalink
chore: adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Dec 29, 2024
1 parent 78c912a commit 74667dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/web/app/root.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { withSentry } from '@sentry/remix'
import type { LinksFunction } from 'react-router'
import { Links, Meta, Outlet, Scripts } from 'react-router'
import { Links, Meta, Outlet, Scripts, type LinksFunction } from 'react-router'
import stylesheet from './tailwind.css?url'

export const links: LinksFunction = () => [
Expand Down

0 comments on commit 74667dc

Please sign in to comment.