From f62b2345f463695ef0f8f79830cd76b6e0332821 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 13 Jan 2024 10:35:22 +0700 Subject: Refactor src migrate folder --- src-migrate/common/constants/menu.ts | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src-migrate/common/constants/menu.ts (limited to 'src-migrate/common/constants') diff --git a/src-migrate/common/constants/menu.ts b/src-migrate/common/constants/menu.ts deleted file mode 100644 index 853da507..00000000 --- a/src-migrate/common/constants/menu.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { SecondaryNavItemProps } from '../types/nav' - -export const SECONDARY_MENU_ITEMS: SecondaryNavItemProps[] = [ - { - label: 'Semua Brand', - href: '/shop/brands' - }, - { - label: 'Ready Stock', - href: '/shop/search?orderBy=stock' - }, - { - label: 'Blog Indoteknik', - href: 'https://blog.indoteknik.com/' - }, - { - label: 'Indoteknik TV', - href: '/video' - } -] -- cgit v1.2.3