diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Config.tsx | 1 | ||||
| -rw-r--r-- | src/components/Home.tsx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 3bf39af..670555f 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -73,7 +73,6 @@ export default function Config({ return ( <div> - <ContentHeader /> <div className={s0.root}> <div className={s0.card}> <div className={s0.sectionTitle}> diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 195b329..489f4c5 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -2,7 +2,6 @@ import React from 'react'; import { ClashAPIConfig } from '~/types'; -import ContentHeader from './ContentHeader'; import s0 from './Home.module.scss'; import TrafficNow from './TrafficNow'; @@ -14,7 +13,6 @@ type Props = { export default function Home({ apiConfig, selectedChartStyleIndex }: Props) { return ( <div> - <ContentHeader /> <div className={s0.root}> <TrafficNow apiConfig={apiConfig} selectedChartStyleIndex={selectedChartStyleIndex} /> </div> |
