Skip to content

Commit

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

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

0 comments on commit 1b8f452

Please sign in to comment.