Skip to content

Commit

Permalink
fix useparams import
Browse files Browse the repository at this point in the history
  • Loading branch information
alicenstar committed Oct 18, 2023
1 parent a1cae3b commit 8240eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/components/apps/HelmVMViewNode.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { MaterialReactTable } from "material-react-table";
import React, { useMemo } from "react";
import { useQuery } from "react-query";
import { useParams } from "react-router";
import { Link } from "react-router-dom";
import { Link, useParams } from "react-router-dom";

const testData = {
isHelmVMEnabled: true,
Expand Down

0 comments on commit 8240eaa

Please sign in to comment.