This commit is contained in:
Daniel Lautzenheiser 2022-11-07 11:18:16 -05:00
parent bc0bce6ecb
commit d275bcc9d0
2 changed files with 0 additions and 8 deletions

View File

@ -90,8 +90,6 @@ const CodeTabs = ({ children }: CodeTabsProps) => {
const language = supportedLanguages[code.props.className];
console.log(code.props.children);
return {
title: language.title,
className: code.props.className,

View File

@ -1,6 +0,0 @@
export const test = {
media_library: {
name: 'cloudinary',
config: { cloud_name: 'your_cloud_name', api_key: 'your_api_key' },
},
};