Skip to content

Commit

Permalink
fix(lib): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 10, 2024
1 parent e1d6707 commit c7d71dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/__tests__/text.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import React from 'react';
import {
linkify,
nl2br,
truncate,
highlightSections,
} from '../text';
import { linkify, nl2br, truncate, highlightSections } from '../text';

describe('text', () => {
describe('linkify', () => {
Expand Down

0 comments on commit c7d71dd

Please sign in to comment.