From 1fcdd9f7d859b925bf92265f441655d5522e351c Mon Sep 17 00:00:00 2001 From: Factiven Date: Tue, 11 Apr 2023 23:23:29 +0700 Subject: initial commit --- components/media/chisato.js | 83 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 components/media/chisato.js (limited to 'components/media/chisato.js') diff --git a/components/media/chisato.js b/components/media/chisato.js new file mode 100644 index 0000000..5fbbb0e --- /dev/null +++ b/components/media/chisato.js @@ -0,0 +1,83 @@ +function Chisato(props) { + return ( +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ ); +} + +export default Chisato; -- cgit v1.2.3