Skip to content

Commit

Permalink
ui: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Jul 28, 2023
1 parent e8c07c3 commit fc73962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import React, {useMemo, useState} from 'react';
import React, {useState} from 'react';

import {Table} from 'apache-arrow';
import {CopyToClipboard} from 'react-copy-to-clipboard';
Expand Down

0 comments on commit fc73962

Please sign in to comment.