fix: Update import path for Button component in react-router-app template

This commit is contained in:
Aboubakary Cissé
2026-03-17 02:25:06 +00:00
committed by GitHub
parent dbe1fa76b3
commit a9f997d00a

View File

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