diff --git a/src/app/app/documentation/glossary/cell-type/e-type/[slug]/page.tsx b/src/app/app/documentation/glossary/cell-type/e-type/[slug]/page.tsx
index c6695ddf7..451fe0f55 100644
--- a/src/app/app/documentation/glossary/cell-type/e-type/[slug]/page.tsx
+++ b/src/app/app/documentation/glossary/cell-type/e-type/[slug]/page.tsx
@@ -4,7 +4,7 @@ import { useParams } from 'next/navigation';
import { useCallback, useState } from 'react';
import { useFetchSingleType } from '@/components/documentation/hooks/use-entitycore-fetch-single-type';
-import { CopyIcon } from '@/components/explore-section/Circuit/icon/ArticlesIcons';
+import { CopyIcon } from '@/components/icons/ArticlesIcons';
import { unslugify } from '@/components/explore-section/utils';
export type CopyButtonProps = {
diff --git a/src/app/app/documentation/glossary/cell-type/m-type/[slug]/page.tsx b/src/app/app/documentation/glossary/cell-type/m-type/[slug]/page.tsx
index 655516939..b24ab544a 100644
--- a/src/app/app/documentation/glossary/cell-type/m-type/[slug]/page.tsx
+++ b/src/app/app/documentation/glossary/cell-type/m-type/[slug]/page.tsx
@@ -4,7 +4,7 @@ import { useParams } from 'next/navigation';
import { useCallback, useState } from 'react';
import { useFetchSingleType } from '@/components/documentation/hooks/use-entitycore-fetch-single-type';
-import { CopyIcon } from '@/components/explore-section/Circuit/icon/ArticlesIcons';
+import { CopyIcon } from '@/components/icons/ArticlesIcons';
import { unslugify } from '@/components/explore-section/utils';
export type CopyButtonProps = {
diff --git a/src/app/app/virtual-lab/(free)/explore/(interactive)/interactive/(data)/model/circuit/[id]/page.tsx b/src/app/app/virtual-lab/(free)/explore/(interactive)/interactive/(data)/model/circuit/[id]/page.tsx
deleted file mode 100644
index 25c366254..000000000
--- a/src/app/app/virtual-lab/(free)/explore/(interactive)/interactive/(data)/model/circuit/[id]/page.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import CircuitDetails from '@/components/explore-section/Circuit/DetailView/main-detail-view-core';
-
-export default function CircuitDetailPage() {
- return