diff --git a/index.html b/index.html index 86fa92c..2a77a05 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/boky.jsx b/src/components/boky.jsx new file mode 100644 index 0000000..115fecb --- /dev/null +++ b/src/components/boky.jsx @@ -0,0 +1,5 @@ +function boky() { + return console.log('안녕하세요'); +} + +export default boky;