diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-27 01:23:16 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-27 01:23:16 +0900 |
commit | 83a66715fd0a773eeefb6502d7a39140522a22ca (patch) | |
tree | 6d1fa2c89b567003a97924a2df0ec2d7753e281f | |
parent | 65350c0839bf5cbbdd128d645018a0f5f07ac14f (diff) |
Ejectingに変更のため削除
-rw-r--r-- | src/theme/Admonition.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theme/Admonition.js b/src/theme/Admonition.js deleted file mode 100644 index cd35ae9d..00000000 --- a/src/theme/Admonition.js +++ /dev/null @@ -1,6 +0,0 @@ -import React from 'react'; -import Admonition from './Admonition'; - -export default function AdmonitionWrapper(props) { - return <Admonition {...props} />; -} |