Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Komarov committed Jan 24, 2023
1 parent 68ff462 commit 378d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Demos/NullableCellDataDemo/NullableCellDataDemo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataType, Table, useTable, useTableInstance } from '../../lib';
import { DataType, Table, useTableInstance } from '../../lib';
import { EditingMode, FilteringMode, SortDirection, SortingMode } from '../../lib/enums';
import React, { useState } from 'react';

Expand Down

0 comments on commit 378d7e1

Please sign in to comment.