From c282d33157c42eb55ab86b9ba659394ef1bef0be Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Fri, 10 Jan 2025 09:57:58 -0800 Subject: [PATCH] missed an update --- examples/classic-remix/app/root.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/classic-remix/app/root.tsx b/examples/classic-remix/app/root.tsx index 96c5222c2..832c78a7f 100644 --- a/examples/classic-remix/app/root.tsx +++ b/examples/classic-remix/app/root.tsx @@ -51,8 +51,6 @@ export const shouldRevalidate: ShouldRevalidateFunction = ({ export function links() { return [ - {rel: 'stylesheet', href: resetStyles}, - { rel: 'preconnect', href: 'https://cdn.shopify.com', @@ -147,6 +145,8 @@ export function Layout({children}: {children?: React.ReactNode}) { + +