Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Aug 20, 2023
1 parent 0594391 commit ec761f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/PrismaTable/Table/useFilter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import { useEffect, useState } from 'react';

export const useFilter = (init: any, setFilter: (value: any) => void, number?: boolean) => {
const [state, setState] = useState<{
Expand Down

0 comments on commit ec761f2

Please sign in to comment.