We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8843b commit 68521ebCopy full SHA for 68521eb
1 file changed
apps/events/src/routes/podcasts.lazy.tsx
@@ -1,6 +1,6 @@
1
-import { Podcast } from '@/schema';
2
import { useEntities } from '@graphprotocol/hypergraph-react';
3
import { createLazyFileRoute } from '@tanstack/react-router';
+import { Podcast } from '@/schema';
4
5
export const Route = createLazyFileRoute('/podcasts')({
6
component: RouteComponent,
0 commit comments