Basic example structure
This commit is contained in:
5
app/routes/$qrcode.status.tsx
Normal file
5
app/routes/$qrcode.status.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Route } from "./+types/$qrcode.status";
|
||||
|
||||
export default function QrStatusPage({ params }: Route.LoaderArgs) {
|
||||
return <div>STATUS: {params.qrcode}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user