Clean up
This commit is contained in:
parent
bc0bce6ecb
commit
d275bcc9d0
@ -90,8 +90,6 @@ const CodeTabs = ({ children }: CodeTabsProps) => {
|
|||||||
|
|
||||||
const language = supportedLanguages[code.props.className];
|
const language = supportedLanguages[code.props.className];
|
||||||
|
|
||||||
console.log(code.props.children);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
title: language.title,
|
title: language.title,
|
||||||
className: code.props.className,
|
className: code.props.className,
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
export const test = {
|
|
||||||
media_library: {
|
|
||||||
name: 'cloudinary',
|
|
||||||
config: { cloud_name: 'your_cloud_name', api_key: 'your_api_key' },
|
|
||||||
},
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user