diff --git a/apps/docs/src/theme/Layout/index.tsx b/apps/docs/src/theme/Layout/index.tsx
index 3d54a471..5024edc5 100644
--- a/apps/docs/src/theme/Layout/index.tsx
+++ b/apps/docs/src/theme/Layout/index.tsx
@@ -14,7 +14,6 @@ import ErrorPageContent from '@theme/ErrorPageContent';
import type { Props } from '@theme/Layout';
import useIsBrowser from '@docusaurus/useIsBrowser';
import { useLocation } from '@docusaurus/router';
-import Wip from '@site/src/components/work-in-progress';
export default function Layout(props: Props): JSX.Element {
const {
@@ -54,7 +53,6 @@ export default function Layout(props: Props): JSX.Element {