diff options
| author | Factiven <[email protected]> | 2023-09-13 18:24:50 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 18:24:50 +0700 |
| commit | 195ffb79c013225cf65e8b89b1f2be0b34adb2f6 (patch) | |
| tree | 97e2b2dc201955bf716ef4bf5011344270fcc3d1 /components/home/content.js | |
| parent | Update v4 - Merge pre-push to main (#71) (diff) | |
| download | moopa-4.0.1.tar.xz moopa-4.0.1.zip | |
Update v4.0.1 - Merge pre-push to main (#73)v4.0.1
* Create build-test.yml
* initial v4 commit
* update: github workflow
* update: push on branch
* Update .github/ISSUE_TEMPLATE/bug_report.md
* configuring next.config.js file
* Update v4.0.1
Diffstat (limited to 'components/home/content.js')
| -rw-r--r-- | components/home/content.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/home/content.js b/components/home/content.js index e18e5d8..c869f6b 100644 --- a/components/home/content.js +++ b/components/home/content.js @@ -6,7 +6,6 @@ import { MdChevronRight } from "react-icons/md"; import { ChevronRightIcon, ArrowRightCircleIcon, - XMarkIcon, } from "@heroicons/react/24/outline"; import { parseCookies } from "nookies"; |