mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
pakcages
This commit is contained in:
6
website/src/refine-theme/common-codeblock-container.tsx
Normal file
6
website/src/refine-theme/common-codeblock-container.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import clsx from "clsx";
|
||||
|
||||
export const CommonCodeBlockContainer = ({ as: As, ...props }) => {
|
||||
return <As {...props} className={clsx(props.className)} />;
|
||||
};
|
||||
Reference in New Issue
Block a user