Skip to content

Commit

Permalink
remove unused flex
Browse files Browse the repository at this point in the history
Signed-off-by: GRBurst <[email protected]>
  • Loading branch information
GRBurst committed May 26, 2024
1 parent 8efafe8 commit 0dbd4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/FilterableJobList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HashSet } from "effect";
import { useState } from "react";
import { Flex, List } from "antd";
import { List } from "antd";
import sanitizeHtml from "sanitize-html";

import { Item } from "../models/Item";
Expand Down

0 comments on commit 0dbd4ce

Please sign in to comment.