mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 16:47:26 +02:00
chore(v2): upgrade example projects (#4399)
This commit is contained in:
parent
8854f149ae
commit
f71c246ff1
20 changed files with 5428 additions and 5663 deletions
|
@ -63,7 +63,7 @@ function Feature({imageUrl, title, description}) {
|
|||
);
|
||||
}
|
||||
|
||||
function Home() {
|
||||
export default function Home() {
|
||||
const context = useDocusaurusContext();
|
||||
const {siteConfig = {}} = context;
|
||||
return (
|
||||
|
@ -107,5 +107,3 @@ function Home() {
|
|||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default Home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue