mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 07:44:18 +00:00
Renames in Frontend
This commit is contained in:
16
frontend/src/BookFile/Editor/BookFileEditorTable.js
Normal file
16
frontend/src/BookFile/Editor/BookFileEditorTable.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import BookFileEditorTableContentConnector from './BookFileEditorTableContentConnector';
|
||||
|
||||
function BookFileEditorTable(props) {
|
||||
const {
|
||||
...otherProps
|
||||
} = props;
|
||||
|
||||
return (
|
||||
<BookFileEditorTableContentConnector
|
||||
{...otherProps}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export default BookFileEditorTable;
|
||||
Reference in New Issue
Block a user