From a9f997d00a66ef9190de931ae2549b06a005b933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aboubakary=20Ciss=C3=A9?= <58236609+Aboubakary833@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:25:06 +0000 Subject: [PATCH] fix: Update import path for Button component in react-router-app template --- templates/react-router-app/app/routes/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/react-router-app/app/routes/home.tsx b/templates/react-router-app/app/routes/home.tsx index 938c95e082..a520f6ab13 100644 --- a/templates/react-router-app/app/routes/home.tsx +++ b/templates/react-router-app/app/routes/home.tsx @@ -1,4 +1,4 @@ -import { Button } from "@/components/ui/button" +import { Button } from "~/components/ui/button" export default function Home() { return (