Skip to content

Commit

Permalink
chore: nitpick spaces in import
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Jan 6, 2025
1 parent 1ede3d4 commit dcfc337
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion web/src/pages/Courts/TopSearch.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
import React, { useState, useMemo } from "react";
import styled, { css } from "styled-components";

import { useNavigate } from "react-router-dom";

import { Card, DropdownCascader, Searchbar } from "@kleros/ui-components-library";

import { isKlerosUniversity } from "src/consts";
import { isUndefined } from "utils/index";

import { useCourtTree, rootCourtToItems } from "queries/useCourtTree";

import { responsiveSize } from "styles/responsiveSize";
import { landscapeStyle } from "styles/landscapeStyle";

import { StyledSkeleton } from "components/StyledSkeleton";
import StakeMaintenanceButtons from "./StakeMaintenanceButton";
import { isKlerosUniversity } from "src/consts";

const Container = styled.div`
width: 100%;
Expand Down

0 comments on commit dcfc337

Please sign in to comment.