From 3fc0ee1b72c12922254533b78695ffa17e7232be Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Sat, 30 Dec 2023 22:24:55 +0900 Subject: initial commit --- src/pages/my-react-page.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/pages/my-react-page.js (limited to 'src/pages/my-react-page.js') diff --git a/src/pages/my-react-page.js b/src/pages/my-react-page.js new file mode 100644 index 00000000..2f6c2a34 --- /dev/null +++ b/src/pages/my-react-page.js @@ -0,0 +1,11 @@ +import React from 'react'; +import Layout from '@theme/Layout'; + +export default function MyReactPage() { + return ( + +

My React page

+

This is a React page

+
+ ); +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf