Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Aug 9, 2024
1 parent 948a7c2 commit 73501cd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Box, Divider, Stack, Switch, Tooltip, Typography, useTheme } from "@mui/material";
import { Box, Divider, Stack, Switch, Typography, useTheme } from "@mui/material";
import { useParams } from "next/navigation";
import React, { useCallback, useEffect, useMemo, useState } from "react";
import { toast } from "react-toastify";

import { ICON_NAME, Icon } from "@p4b/ui/components/Icon";
import { ICON_NAME } from "@p4b/ui/components/Icon";

import { useTranslation } from "@/i18n/client";

Expand All @@ -13,7 +13,6 @@ import {
computePTCatchmentArea,
} from "@/lib/api/catchmentArea";
import { useJobs } from "@/lib/api/jobs";
import { DOCS_URL } from "@/lib/constants";
import { setRunningJobIds } from "@/lib/store/jobs/slice";
import {
setIsMapGetInfoActive,
Expand Down

0 comments on commit 73501cd

Please sign in to comment.