From 525916a635f5e554d8893749fa920556895d285e Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 15 Jul 2020 13:45:22 +0000 Subject: [PATCH] Deploy website Deploy website version based on 030de0957ef7036cfc092bc5345420f3dcf7981c --- docs/next/intro-react.html | 2 -- docs/next/intro-react/index.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/next/intro-react.html b/docs/next/intro-react.html index 0e2e1a50578..4df755dd21f 100644 --- a/docs/next/intro-react.html +++ b/docs/next/intro-react.html @@ -127,8 +127,6 @@
const Cat = () => {
   return <Text>Hello, I am your cat!</Text>;
 };
-
-export default Cat;
 

You can export your function component with JavaScript’s export default for use throughout your app like so:

const Cat = () => {
diff --git a/docs/next/intro-react/index.html b/docs/next/intro-react/index.html
index 0e2e1a50578..4df755dd21f 100644
--- a/docs/next/intro-react/index.html
+++ b/docs/next/intro-react/index.html
@@ -127,8 +127,6 @@
 
const Cat = () => {
   return <Text>Hello, I am your cat!</Text>;
 };
-
-export default Cat;
 

You can export your function component with JavaScript’s export default for use throughout your app like so:

const Cat = () => {