Skip to content

Commit

Permalink
chore(mui): remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
beg1c committed Mar 13, 2024
1 parent d28a452 commit e537719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui/src/hooks/useDataGrid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
useTableProps as useTablePropsCore,
useTableReturnType as useTableReturnTypeCore,
} from "@refinedev/core";
import { useEffect, useState } from "react";
import { useState } from "react";

import type {
DataGridProps,
Expand Down

0 comments on commit e537719

Please sign in to comment.