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}) { + +