Skip to content

Commit 1621fb1

Browse files
committed
fix lint
1 parent e0f13aa commit 1621fb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/events/src/routes/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { Button } from '@/components/ui/button';
2-
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
3-
import { Input } from '@/components/ui/input';
41
import { store } from '@graphprotocol/hypergraph';
52
import { useHypergraphApp, usePublicSpaces, useSpaces } from '@graphprotocol/hypergraph-react';
63
import { createFileRoute, Link } from '@tanstack/react-router';
74
import { useSelector } from '@xstate/store/react';
85
import { useEffect, useState } from 'react';
6+
import { Button } from '@/components/ui/button';
7+
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
8+
import { Input } from '@/components/ui/input';
99

1010
export const Route = createFileRoute('/')({
1111
component: Index,

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, PersonHostTest, Podcast, Topic } from '@/schema';
21
import { useEntities, useEntity, usePublicSpaces } from '@graphprotocol/hypergraph-react';
32
import { createLazyFileRoute } from '@tanstack/react-router';
3+
import { Person, PersonHostTest, Podcast, Topic } from '@/schema';
44

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

0 commit comments

Comments
 (0)