Skip to content

Commit

Permalink
Import error broke master (#21165)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglick committed Jan 9, 2023
1 parent 443ebfc commit f0568d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import React, { useEffect, useMemo, useState } from "react";
import { FormattedMessage } from "react-intl";

import JobLogs from "components/JobItem/components/JobLogs";
import { JobLogs } from "components/JobItem/components/JobLogs";
import { Button } from "components/ui/Button";
import { Card } from "components/ui/Card";
import { Spinner } from "components/ui/Spinner";
Expand Down

0 comments on commit f0568d3

Please sign in to comment.