Skip to content

Commit

Permalink
fix: import use navigate from react router dom
Browse files Browse the repository at this point in the history
  • Loading branch information
luizakp committed Apr 2, 2024
1 parent 2dac3df commit 518ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataTable/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
useReactTable,
} from "@tanstack/react-table";
import React, { useEffect } from "react";
import { useNavigate } from "react-router-dom";

import { useNavigate } from "react-router";
import { TableContext } from "./TableContext";
import { serializeQuery } from "#/lib/serializeQuery";

Expand Down

0 comments on commit 518ada2

Please sign in to comment.