Skip to content

Commit

Permalink
fix(web) drop leftover import
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jul 29, 2024
1 parent 117df89 commit a53f007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/product/ProductSelectionPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import React, { useState } from "react";
import { Card, CardBody, Flex, Form, Grid, GridItem, Radio } from "@patternfly/react-core";
import { Page } from "~/components/core";
import { Loading, Center } from "~/components/layout";
import { Center } from "~/components/layout";
import { useConfigMutation, useProduct } from "~/queries/software";
import { _ } from "~/i18n";
import styles from "@patternfly/react-styles/css/utilities/Text/text";
Expand Down

0 comments on commit a53f007

Please sign in to comment.