From 8f185e05dcdca8def57db460c47ed7d537493e18 Mon Sep 17 00:00:00 2001 From: yudejp Date: Mon, 9 Aug 2021 11:00:34 +0900 Subject: [PATCH] Modularize happybusy --- pages/components/Footer/happybusy.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/components/Footer/happybusy.js diff --git a/pages/components/Footer/happybusy.js b/pages/components/Footer/happybusy.js new file mode 100644 index 0000000..b2cbcfe --- /dev/null +++ b/pages/components/Footer/happybusy.js @@ -0,0 +1,18 @@ +// Next.js +import Link from 'next/link' + +const happybusy = (props) => { + return ( + + + + + + ) +} + +export default happybusy \ No newline at end of file