Add viewer for pdf files (#1843)

Adds an viewer for pdf files to the source code browser.
This commit is contained in:
Sebastian Sdorra
2021-11-03 14:47:14 +01:00
committed by GitHub
parent 0cc12ba061
commit 241dcb6f0c
8 changed files with 106 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ export { default as UserAutocomplete } from "./UserAutocomplete";
export { default as BranchSelector } from "./BranchSelector";
export { default as Breadcrumb } from "./Breadcrumb";
export { default as MarkdownView } from "./markdown/MarkdownView";
export { default as PdfViewer } from "./PdfViewer";
export { default as SyntaxHighlighter } from "./SyntaxHighlighter";
export { default as ErrorBoundary } from "./ErrorBoundary";
export { default as OverviewPageActions } from "./OverviewPageActions";