🔧 Fixed a long standing issue with CV-sourced comics, which should not be scraped again

This commit is contained in:
2021-12-06 14:45:16 -08:00
parent 1b57092d3b
commit 03c24328ed
6 changed files with 122 additions and 92 deletions

View File

@@ -0,0 +1,7 @@
import React, { ReactElement } from "react";
export const EditMetadataPanel = (props): ReactElement => {
return <>adsasdasd</>;
};
export default EditMetadataPanel;