Skip to content

Commit

Permalink
fix: remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
dpnova committed Dec 6, 2024
1 parent 0ddbea7 commit 8aec824
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Lifted from slate-yjs https://github.com/BitPhinix/slate-yjs/blob/main/examples/frontend/src/pages/RemoteCursorOverlay/Overlay.tsx

import React, {
type CSSProperties,
type PropsWithChildren,
useState,
} from 'react';
import React, { type CSSProperties, useState } from 'react';

import {
type CursorOverlayData,
Expand Down

0 comments on commit 8aec824

Please sign in to comment.