Skip to content

Commit

Permalink
web: Fix Javascript import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Dec 26, 2024
1 parent 419d0ba commit d377bce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/components/storage/ConfigEditorMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
*/

import React, { useState } from "react";
import { useNavigate } from "react-router-dom";
import { useNavigate, useHref } from "react-router-dom";
import { _ } from "~/i18n";
import { useHref } from "react-router-dom";
import {
Dropdown,
MenuToggleElement,
Expand Down

0 comments on commit d377bce

Please sign in to comment.