Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Dec 18, 2023
1 parent 3d1bfb6 commit ef664ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/taskQueue/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from "gql/generated/types";
import { DISTRO_TASK_QUEUE, TASK_QUEUE_DISTROS } from "gql/queries";
import { usePageTitle } from "hooks";
import { DistroOption } from "pages/taskQueue/DistroOption";
import { DistroOption } from "./DistroOption";
import TaskQueueTable from "./TaskQueueTable";

const TaskQueue = () => {
Expand Down

0 comments on commit ef664ac

Please sign in to comment.