Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Nov 25, 2024
1 parent 995418c commit fd462d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/components/search/SearchPage.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Card, CardContent, Divider, Typography } from "@mui/material";
import { Card, CardContent, Typography } from "@mui/material";
import Grid from "@mui/material/Grid2";
import React from "react";
import { useLocation } from "react-router-dom";
import Loading from "../loading";
import Grid from "@mui/material/Grid2";
import { useGetSearchTypesQuery } from "../../api/gram/search";
import { CenteredPage } from "../elements/CenteredPage";
import Loading from "../loading";
import { SearchResultBox } from "./SearchResultBox";

export default function SearchPage() {
Expand Down

0 comments on commit fd462d0

Please sign in to comment.