From 85edfa27d8a8c4f7d8341666cf0a03414ce1119a Mon Sep 17 00:00:00 2001 From: Efe Torunoglu Date: Fri, 25 Oct 2024 19:53:47 -0700 Subject: [PATCH] Update ShowForTs.tsx --- docs/src/components/ShowForTs.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/src/components/ShowForTs.tsx b/docs/src/components/ShowForTs.tsx index 8f822e7..a2a531d 100644 --- a/docs/src/components/ShowForTs.tsx +++ b/docs/src/components/ShowForTs.tsx @@ -1,15 +1,6 @@ import * as React from 'react' -import { useStorageSlot } from '@docusaurus/theme-common' -import MDXContent from '@theme/MDXContent' - -interface Props { - children: React.ReactNode -} - -/** - * Only renders this block if user has selected TS in the codeblocks - * @Note leave a blank space after opening the tag e.g. +iblank space after opening the tag e.g. * * @example *