File tree Expand file tree Collapse file tree 4 files changed +0
-122
lines changed
components/HomepageFeatures Expand file tree Collapse file tree 4 files changed +0
-122
lines changed Original file line number Diff line number Diff line change 1
1
import clsx from 'clsx' ;
2
- import Heading from '@theme/Heading' ;
3
2
import styles from './styles.module.css' ;
4
3
5
4
type FeatureItem = {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- import clsx from 'clsx' ;
2
- import Link from '@docusaurus/Link' ;
3
- import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
4
1
import Layout from '@theme/Layout' ;
5
- import Heading from '@theme/Heading' ;
6
2
import HomepageFeatures from '@site/src/components/HomepageFeatures' ;
7
3
import HomepageHeader from '@site/src/components/HomepageHeader'
8
4
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
-
32
5
export default function Home ( ) : JSX . Element {
33
-
34
6
return (
35
7
< Layout >
36
8
< HomepageHeader />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments