From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- docs/components/Features.tsx | 46 -------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 docs/components/Features.tsx (limited to 'docs/components/Features.tsx') diff --git a/docs/components/Features.tsx b/docs/components/Features.tsx deleted file mode 100644 index c8a6eed..0000000 --- a/docs/components/Features.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from "react"; -import { - LEGACY_REPO_DOCS_FEATURES, - LEGACY_REPO_HOME_FEATURES, -} from "../content/legacy-features"; -import Feature from "./Feature"; - -export function HomeFeatures() { - return ( - - {LEGACY_REPO_HOME_FEATURES.map((feature) => ( - - ))} - - ); -} - -export function DocsFeatures({ detailed = true }: { detailed?: boolean }) { - return ( -
- {LEGACY_REPO_DOCS_FEATURES.map((feature) => ( - - ))} -
- ); -} - -export function DetailedFeaturesGrid({ - children, -}: { - children?: React.ReactNode; -}) { - return ( -
- {children} -
- ); -} -- cgit v1.2.3-70-g09d2