Skip to content

Commit fbd3feb

Browse files
committed
fix lint
1 parent 26d94cb commit fbd3feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Bounty } from '@/schema';
21
import { useEntities } from '@graphprotocol/hypergraph-react';
32
import { createLazyFileRoute } from '@tanstack/react-router';
43
import { useState } from 'react';
4+
import { Bounty } from '@/schema';
55

66
export const Route = createLazyFileRoute('/bounties')({
77
component: RouteComponent,

0 commit comments

Comments
 (0)