From 1b8f45205107ad906b99917f8fe6cfc6177abcbe Mon Sep 17 00:00:00 2001 From: Joao Duarte Date: Sun, 29 Dec 2024 20:42:46 -0300 Subject: [PATCH] chore: adjust imports --- apps/web/app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/root.tsx b/apps/web/app/root.tsx index a5dd1d57..ff226b31 100644 --- a/apps/web/app/root.tsx +++ b/apps/web/app/root.tsx @@ -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 = () => [