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