Skip to content

Commit

Permalink
Update SearchResults.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynethiessen committed Jul 1, 2024
1 parent 88b1eef commit afe9362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/System/components/SearchResults.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Link, useParams} from "react-router-dom";
import {Card, CardContent, CardGroup, Divider, Label, List} from "semantic-ui-react";
import {Card, CardContent, Divider, Label, List} from "semantic-ui-react";
import {Loading} from "../../Layout";
import {useFetch} from "../../server";

Expand Down

0 comments on commit afe9362

Please sign in to comment.