chore(v2): upgrade example projects (#4399)

This commit is contained in:
Sébastien Lorber 2021-03-11 17:01:04 +01:00 committed by GitHub
parent 8854f149ae
commit f71c246ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 5428 additions and 5663 deletions

View file

@ -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;