Skip to content

Commit

Permalink
build(Table): fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Oct 27, 2024
1 parent 284af60 commit 298167c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { createContext, UIEventHandler, useCallback, useContext, useEffect, useMemo, useRef } from "react";
import React, { createContext, UIEventHandler, useCallback, useContext, useMemo, useRef } from "react";
import { ITableContext, ITableProviderProps } from "./TableContext.types";

const TableContext = createContext<ITableContext | undefined>(undefined);
Expand Down

0 comments on commit 298167c

Please sign in to comment.