fix: Update import path for Button component in react-router-app template (#10073)

This commit is contained in:
Aboubakary Cissé
2026-03-17 04:43:46 +00:00
committed by GitHub
parent 632e2c012e
commit acaa0953df

View File

@@ -1,4 +1,4 @@
import { Button } from "@/components/ui/button"
import { Button } from "~/components/ui/button"
export default function Home() {
return (