Skip to content

Commit

Permalink
Remove tutorial extras and update type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Aug 18, 2024
1 parent 7a760c1 commit f66c3a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 151 deletions.
7 changes: 0 additions & 7 deletions docs/tutorial-extras/_category_.json

This file was deleted.

55 changes: 0 additions & 55 deletions docs/tutorial-extras/manage-docs-versions.md

This file was deleted.

88 changes: 0 additions & 88 deletions docs/tutorial-extras/translate-your-site.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Feature({title, Svg, description}: FeatureItem) {
);
}

export default function HomepageFeatures(): JSX.Element {
export default function HomepageFeatures(): React.JSX.Element {
return (
<section className={styles.features}>
<div className="container">
Expand Down

0 comments on commit f66c3a0

Please sign in to comment.