Skip to content

Commit dcfc337

Browse files
committedJan 6, 2025
chore: nitpick spaces in import
1 parent 1ede3d4 commit dcfc337

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎web/src/pages/Courts/TopSearch.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
import React, { useState, useMemo } from "react";
22
import styled, { css } from "styled-components";
3+
34
import { useNavigate } from "react-router-dom";
5+
46
import { Card, DropdownCascader, Searchbar } from "@kleros/ui-components-library";
7+
8+
import { isKlerosUniversity } from "src/consts";
59
import { isUndefined } from "utils/index";
10+
611
import { useCourtTree, rootCourtToItems } from "queries/useCourtTree";
12+
713
import { responsiveSize } from "styles/responsiveSize";
814
import { landscapeStyle } from "styles/landscapeStyle";
15+
916
import { StyledSkeleton } from "components/StyledSkeleton";
1017
import StakeMaintenanceButtons from "./StakeMaintenanceButton";
11-
import { isKlerosUniversity } from "src/consts";
1218

1319
const Container = styled.div`
1420
width: 100%;

0 commit comments

Comments
 (0)