From 361f2b90070d99ce4676f4aed088e83f31eac325 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:36:03 +0900 Subject: initial commit --- src/components/Highlight.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/components/Highlight.js (limited to 'src/components/Highlight.js') diff --git a/src/components/Highlight.js b/src/components/Highlight.js new file mode 100644 index 00000000..427b8029 --- /dev/null +++ b/src/components/Highlight.js @@ -0,0 +1,10 @@ +import React from 'react'; +import styles from './Highlight.module.css'; + +export default function Highlight({children}) { + return( + + {children} + + ); +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf