From 74667dca1569b145ea548a727848267eb01dd88b Mon Sep 17 00:00:00 2001 From: Joao Duarte Date: Sun, 29 Dec 2024 20:40:29 -0300 Subject: [PATCH] chore: adjust import --- apps/web/app/root.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = () => [