Skip to content

Commit 249dbf4

Browse files
committed
chore: optimize imports
1 parent 0ff7e48 commit 249dbf4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/src/pages/Dashboard/Courts/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import React from "react";
22
import styled from "styled-components";
3-
import { useCourtDetails } from "hooks/queries/useCourtDetails";
4-
import CourtCard from "./CourtCard";
5-
import { useJurorStakedCourts } from "~src/hooks/queries/useJurorStakedCourts";
63
import { useAccount } from "wagmi";
4+
import CourtCard from "./CourtCard";
5+
import { useJurorStakedCourts } from "hooks/queries/useJurorStakedCourts";
76

87
const Container = styled.div`
98
margin-top: 64px;

0 commit comments

Comments
 (0)