trpc first callH
Hi there! I'm trying to create my first trpc route, trying to copy the example route
1. Define a router in
2. Import and register the router in
3. import the router into the component from
4. Call the registered route
1, url router
2. _app
3. component
4. ERROR in the component
Any idea why im getting this error? is urls not registered correctly or?
1. Define a router in
src/server/trpc/router/route_name;2. Import and register the router in
src/tprc/router/_app3. import the router into the component from
src/utils/trpc";4. Call the registered route
1, url router
2. _app
3. component
4. ERROR in the component
Any idea why im getting this error? is urls not registered correctly or?

