Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit ba39ba8

Browse files
author
Andy Wilson
committed
fix: remove imports
1 parent 5bd37ed commit ba39ba8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/lexical/src/plugins/AlignPlugin.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useRef, useState, ReactNode, useEffect, useCallback } from 'react';
1+
import { useState, ReactNode, useEffect, useCallback } from 'react';
22
import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext';
33
import {
44
$getSelection,
@@ -13,7 +13,6 @@ import {
1313
AlignJustify,
1414
AlignLeft,
1515
AlignRight,
16-
ChevronDown,
1716
} from '@techstack/react-feather';
1817
import { $findMatchingParent, mergeRegister } from '@lexical/utils';
1918
import { $isLinkNode } from '@lexical/link';

0 commit comments

Comments
 (0)