Skip to content

Commit d6ab918

Browse files
committed
fix lint
1 parent 482f7e2 commit d6ab918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/events/src/routes/podcasts.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Person, Podcast, Topic } from '@/schema';
21
import { useEntities, useEntity, usePublicSpaces } from '@graphprotocol/hypergraph-react';
32
import { createLazyFileRoute } from '@tanstack/react-router';
3+
import { Person, Podcast, Topic } from '@/schema';
44

55
export const Route = createLazyFileRoute('/podcasts')({
66
component: RouteComponent,

0 commit comments

Comments
 (0)