Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Sep 30, 2024
1 parent f786661 commit b96f04a
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import React, { PointerEvent, ReactNode, useCallback, useEffect, useState } from 'react';
import { PointerEvent, ReactNode, useCallback, useEffect, useState } from 'react';
import { useAnnotator, useSelection } from '@annotorious/react';
import type { TextAnnotation, TextAnnotator } from '@recogito/text-annotator';
import {
autoUpdate,
flip,
Expand All @@ -13,9 +15,6 @@ import {
useRole
} from '@floating-ui/react';

import { useAnnotator, useSelection } from '@annotorious/react';
import type { TextAnnotation, TextAnnotator } from '@recogito/text-annotator';

import './TextAnnotatorPopup.css';

interface TextAnnotationPopupProps {
Expand Down Expand Up @@ -162,4 +161,4 @@ export const TextAnnotatorPopup = (props: TextAnnotationPopupProps) => {
</FloatingPortal>
) : null;

};
}

0 comments on commit b96f04a

Please sign in to comment.