From c5674734e98dc7aeb77a3cddbdb05370d4be8134 Mon Sep 17 00:00:00 2001 From: Petra Vankova Date: Tue, 5 Aug 2025 23:30:23 +0200 Subject: [PATCH] remove wip --- apps/docs/src/theme/Layout/index.tsx | 2 -- apps/docs/static/llms-full.txt | 10 +++++----- apps/docs/static/llms-small.txt | 10 +++++----- 3 files changed, 10 insertions(+), 12 deletions(-) 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 { -