Skip to content

Commit

Permalink
fix(refactoring): removed unused code (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi authored Jul 2, 2024
1 parent dea05ed commit 2b321a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 122 deletions.
1 change: 0 additions & 1 deletion documentation/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import clsx from 'clsx';
import Heading from '@theme/Heading';
import styles from './styles.module.css';

type FeatureItem = {
Expand Down
86 changes: 0 additions & 86 deletions documentation/src/pages/index.module.css

This file was deleted.

28 changes: 0 additions & 28 deletions documentation/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@
import clsx from 'clsx';
import Link from '@docusaurus/Link';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';
import Heading from '@theme/Heading';
import HomepageFeatures from '@site/src/components/HomepageFeatures';
import HomepageHeader from '@site/src/components/HomepageHeader'

import styles from './index.module.css';

// function HomepageHeader() {
// const { siteConfig } = useDocusaurusContext();
// return (
// <header className={clsx('hero--primary', styles.heroBanner)}>
// <div className={clsx('container', styles.container_layout)}>
// <Heading as="h1" className={clsx('hero__title', styles.header_text)}>
// React Native Boilerplate
// </Heading>
// <p className={clsx('hero__subtitle', styles.subtitle)}>{siteConfig.tagline}</p>
// <div className={styles.buttons}>
// <Link
// className="button button--primary button--lg"
// to="/docs/intro">
// Get started
// </Link>
// </div>
// </div>
// </header>
// );
// }

export default function Home(): JSX.Element {

return (
<Layout>
<HomepageHeader />
Expand Down
7 changes: 0 additions & 7 deletions documentation/src/pages/markdown-page.md

This file was deleted.

0 comments on commit 2b321a4

Please sign in to comment.