From d1dfa2b80b0c7dde8f0dedd621e3e3716a340886 Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Mon, 15 Apr 2024 14:13:09 -0600 Subject: [PATCH] Update remix.md fix import path --- docs/remix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remix.md b/docs/remix.md index f07f6eee..a96be77f 100644 --- a/docs/remix.md +++ b/docs/remix.md @@ -18,7 +18,7 @@ The following is an example of including the `` component in the app ```jsx import { Partytown } from '@builder.io/partytown/react'; -import { Links, Meta, Outlet } from 'remix'; +import { Links, Meta, Outlet } from '@remix-run/react'; export default function App() { return (