summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/shop/category/[slug].jsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/shop/category/[slug].jsx b/src/pages/shop/category/[slug].jsx
index 64f1e350..1afe30bf 100644
--- a/src/pages/shop/category/[slug].jsx
+++ b/src/pages/shop/category/[slug].jsx
@@ -1,8 +1,9 @@
+import _ from 'lodash';
import dynamic from 'next/dynamic';
-import { getIdFromSlug, getNameFromSlug } from '@/core/utils/slug';
import { useRouter } from 'next/router';
-import _ from 'lodash';
+
import Seo from '@/core/components/Seo';
+import { getIdFromSlug, getNameFromSlug } from '@/core/utils/slug';
import Breadcrumb from '@/lib/category/components/Breadcrumb';
const BasicLayout = dynamic(() =>