From 02c3492b3d574812b5391979e04c399e350a26ed Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:15:16 +0900 Subject: initial commit --- src/theme/Admonition.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/theme/Admonition.js (limited to 'src/theme/Admonition.js') diff --git a/src/theme/Admonition.js b/src/theme/Admonition.js new file mode 100644 index 00000000..cd35ae9d --- /dev/null +++ b/src/theme/Admonition.js @@ -0,0 +1,6 @@ +import React from 'react'; +import Admonition from './Admonition'; + +export default function AdmonitionWrapper(props) { + return ; +} -- cgit v1.2.3-54-g00ecf