Skip to content

Commit 2b321a4

Browse files
authored
fix(refactoring): removed unused code (#26)
1 parent dea05ed commit 2b321a4

File tree

4 files changed

+0
-122
lines changed

4 files changed

+0
-122
lines changed

documentation/src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import clsx from 'clsx';
2-
import Heading from '@theme/Heading';
32
import styles from './styles.module.css';
43

54
type FeatureItem = {

documentation/src/pages/index.module.css

Lines changed: 0 additions & 86 deletions
This file was deleted.

documentation/src/pages/index.tsx

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,8 @@
1-
import clsx from 'clsx';
2-
import Link from '@docusaurus/Link';
3-
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
41
import Layout from '@theme/Layout';
5-
import Heading from '@theme/Heading';
62
import HomepageFeatures from '@site/src/components/HomepageFeatures';
73
import HomepageHeader from '@site/src/components/HomepageHeader'
84

9-
import styles from './index.module.css';
10-
11-
// function HomepageHeader() {
12-
// const { siteConfig } = useDocusaurusContext();
13-
// return (
14-
// <header className={clsx('hero--primary', styles.heroBanner)}>
15-
// <div className={clsx('container', styles.container_layout)}>
16-
// <Heading as="h1" className={clsx('hero__title', styles.header_text)}>
17-
// React Native Boilerplate
18-
// </Heading>
19-
// <p className={clsx('hero__subtitle', styles.subtitle)}>{siteConfig.tagline}</p>
20-
// <div className={styles.buttons}>
21-
// <Link
22-
// className="button button--primary button--lg"
23-
// to="/docs/intro">
24-
// Get started
25-
// </Link>
26-
// </div>
27-
// </div>
28-
// </header>
29-
// );
30-
// }
31-
325
export default function Home(): JSX.Element {
33-
346
return (
357
<Layout>
368
<HomepageHeader />

documentation/src/pages/markdown-page.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)