diff options
author | 2021-10-13 00:28:20 -0700 | |
---|---|---|
committer | 2021-10-13 00:28:20 -0700 | |
commit | 9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c (patch) | |
tree | b421e988ac6c23bc5bff88a95dbf15722b35e01d /examples/react/src | |
parent | 88a5e2d34d25c3ac3d13a432bbd85daa075c4bcb (diff) | |
download | bun-9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c.tar.gz bun-9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c.tar.zst bun-9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c.zip |
Clean up examples a little
Diffstat (limited to '')
-rw-r--r-- | examples/react/src/App.css (renamed from examples/hello-create-react-app/src/App.css) | 0 | ||||
-rw-r--r-- | examples/react/src/App.jsx (renamed from examples/hello-create-react-app/src/App.jsx) | 0 | ||||
-rw-r--r-- | examples/react/src/App.test.js (renamed from examples/hello-create-react-app/src/App.test.js) | 0 | ||||
-rw-r--r-- | examples/react/src/index.css (renamed from examples/hello-create-react-app/src/index.css) | 0 | ||||
-rw-r--r-- | examples/react/src/index.jsx (renamed from examples/hello-create-react-app/src/index.jsx) | 0 | ||||
-rw-r--r-- | examples/react/src/logo.svg (renamed from examples/hello-create-react-app/src/logo.svg) | 0 | ||||
-rw-r--r-- | examples/react/src/reportWebVitals.js (renamed from examples/hello-create-react-app/src/reportWebVitals.js) | 0 | ||||
-rw-r--r-- | examples/react/src/setupTests.js (renamed from examples/hello-create-react-app/src/setupTests.js) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/examples/hello-create-react-app/src/App.css b/examples/react/src/App.css index 74b5e0534..74b5e0534 100644 --- a/examples/hello-create-react-app/src/App.css +++ b/examples/react/src/App.css diff --git a/examples/hello-create-react-app/src/App.jsx b/examples/react/src/App.jsx index a675d389d..a675d389d 100644 --- a/examples/hello-create-react-app/src/App.jsx +++ b/examples/react/src/App.jsx diff --git a/examples/hello-create-react-app/src/App.test.js b/examples/react/src/App.test.js index 1f03afeec..1f03afeec 100644 --- a/examples/hello-create-react-app/src/App.test.js +++ b/examples/react/src/App.test.js diff --git a/examples/hello-create-react-app/src/index.css b/examples/react/src/index.css index ec2585e8c..ec2585e8c 100644 --- a/examples/hello-create-react-app/src/index.css +++ b/examples/react/src/index.css diff --git a/examples/hello-create-react-app/src/index.jsx b/examples/react/src/index.jsx index 26419cdcb..26419cdcb 100644 --- a/examples/hello-create-react-app/src/index.jsx +++ b/examples/react/src/index.jsx diff --git a/examples/hello-create-react-app/src/logo.svg b/examples/react/src/logo.svg index 9dfc1c058..9dfc1c058 100644 --- a/examples/hello-create-react-app/src/logo.svg +++ b/examples/react/src/logo.svg diff --git a/examples/hello-create-react-app/src/reportWebVitals.js b/examples/react/src/reportWebVitals.js index 5253d3ad9..5253d3ad9 100644 --- a/examples/hello-create-react-app/src/reportWebVitals.js +++ b/examples/react/src/reportWebVitals.js diff --git a/examples/hello-create-react-app/src/setupTests.js b/examples/react/src/setupTests.js index 8f2609b7b..8f2609b7b 100644 --- a/examples/hello-create-react-app/src/setupTests.js +++ b/examples/react/src/setupTests.js |