Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
thordurhhh committed Oct 3, 2024
1 parent aa94653 commit f5e045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/island-ui/core/src/lib/PdfViewer/PdfViewer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FC, useEffect, useState, ReactNode } from 'react'
import React, { FC, useState, ReactNode } from 'react'
import { Box } from '../Box/Box'
import { Document, Page, Outline, pdfjs } from 'react-pdf'
import { Pagination } from '../Pagination/Pagination'
Expand Down

0 comments on commit f5e045d

Please sign in to comment.