Skip to content

Commit

Permalink
chore: fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Oct 21, 2024
1 parent 4336e89 commit 9e7db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/src/pages/ShortcutSpace.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button } from "@mui/joy";
import { useEffect, useState } from "react";
import toast from "react-hot-toast";
import { useLocation, useParams, useSearchParams } from "react-router-dom";
import { useParams, useSearchParams } from "react-router-dom";
import CreateShortcutDrawer from "@/components/CreateShortcutDrawer";
import { isURL } from "@/helpers/utils";
import useNavigateTo from "@/hooks/useNavigateTo";
Expand Down

0 comments on commit 9e7db81

Please sign in to comment.