mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
✨ feat: Onboarding
This commit is contained in:
9
apps/www/src/routes/(onboarding)/new/[id]/index.tsx
Normal file
9
apps/www/src/routes/(onboarding)/new/[id]/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { component$ } from "@builder.io/qwik";
|
||||
import { useLocation } from "@builder.io/qwik-city";
|
||||
|
||||
export default component$(() => {
|
||||
const location = useLocation()
|
||||
return (
|
||||
<div>{location.params.id}</div>
|
||||
)
|
||||
})
|
||||
Reference in New Issue
Block a user