diff --git a/apps/web/app/root.tsx b/apps/web/app/root.tsx index f17d77c9..a5dd1d57 100644 --- a/apps/web/app/root.tsx +++ b/apps/web/app/root.tsx @@ -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 = () => [