Skip to content

Commit ae8515a

Browse files
committed
Update the Customize the rotate buttons example
1 parent 643af42 commit ae8515a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ This repository contains the sources of all React PDF Viewer [examples](https://
66

77
These examples work with
88

9-
* `@react-pdf-viewer` 3.1.2
9+
* `@react-pdf-viewer` 3.2.0
1010
* `pdfjs-dist` 2.13.216

rotate/CustomizeRotateButtonsExample.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
2-
import { Viewer } from '@react-pdf-viewer/core';
3-
import { RenderRotateProps, RotateDirection, rotatePlugin } from '@react-pdf-viewer/rotate';
2+
import { RotateDirection, Viewer } from '@react-pdf-viewer/core';
3+
import { RenderRotateProps, rotatePlugin } from '@react-pdf-viewer/rotate';
44

55
import '@react-pdf-viewer/core/lib/styles/index.css';
66

0 commit comments

Comments
 (0)