From f649fbf83c6d9c4828c298184a361746e2492f32 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 10 Sep 2021 15:36:07 +0700 Subject: [PATCH] refactor: change file name --- pages/{delivery-policy.tsx => privacy-policy.tsx} | 0 src/components/icons/index.ts | 4 ++++ 2 files changed, 4 insertions(+) rename pages/{delivery-policy.tsx => privacy-policy.tsx} (100%) diff --git a/pages/delivery-policy.tsx b/pages/privacy-policy.tsx similarity index 100% rename from pages/delivery-policy.tsx rename to pages/privacy-policy.tsx diff --git a/src/components/icons/index.ts b/src/components/icons/index.ts index 523b9c488..477d8863c 100644 --- a/src/components/icons/index.ts +++ b/src/components/icons/index.ts @@ -25,3 +25,7 @@ export { default as IconCheck } from './IconCheck' export { default as IconTime } from './IconTime' export { default as IconPeople } from './IconPeople' export { default as IconLocation } from './IconLocation' +export { default as IconClose } from './IconClose' +export { default as IconDelete } from './IconDelete' +export { default as IconPlus } from './IconPlus' +export { default as IconMinus } from './IconMinus' \ No newline at end of file