Skip to content

Commit 8c715d8

Browse files
committed
Code Files Updated
1 parent 9be19d3 commit 8c715d8

File tree

73 files changed

+273
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+273
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Course Resources => https://github.com/academind/react-complete-guide-course-resources
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
VanillaJS Demo => https://codesandbox.io/s/vanilla-js-demo-6049kj
2+
3+
React Demo => https://codesandbox.io/s/react-vs-vanilla-demo-uc08fv
4+
5+
Updated React Demo App => https://codesandbox.io/s/first-react-app-start-7ec9fd
6+
7+
Finished React Demo App => https://codesandbox.io/s/first-react-app-zj5cx1
Binary file not shown.
Binary file not shown.
21.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/javascript-refresher-start-rytt3j
2+
3+
React Demo Project (CodeSandbox) => https://codesandbox.io/s/react-vs-vanilla-demo-uc08fv
4+
5+
Finished Code (Code Sandbox) => https://codesandbox.io/s/javascript-refresher-j56djd
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Code Sandbox Starting Project => https://codesandbox.io/p/sandbox/react-essentials-start-gsmr8r
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/01-starting-project.zip
4+
5+
App.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/App.jsx
6+
7+
data.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/data.js
8+
9+
data.js (updated) => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/data-with-examples.js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
CodeSandbox starting project => https://codesandbox.io/p/sandbox/react-essentials-deep-dive-start-xmr985
2+
3+
4+
Local starting project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/04%20Essentials%20Deep%20Dive/01-starting-project.zip
5+
6+
7+
Tic-Tac-Toe Game - CodeSandbox starting project => https://codesandbox.io/p/sandbox/react-essentials-deep-dive-tic-tac-toe-start-dn7j4s
8+
9+
10+
Tic-Tac Toe Game - Local starting project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/04%20Essentials%20Deep%20Dive/07-tic-tac-toe-starting-project.zip
11+
12+
13+
Reference vs Primitive Values => https://academind.com/tutorials/reference-vs-primitive-values
14+
15+
16+
JS Template Literals => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
17+
18+
19+
winning-combinations.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/04%20Essentials%20Deep%20Dive/winning-combinations.js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox starting project => https://codesandbox.io/p/sandbox/react-essentials-practice-wh2p5m
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/05%20Essentials%20Practice/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/styling-start-g8dpm6
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/07%20Styling/01-starting-project.zip
4+
5+
More About "Tagged Template Literals" => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates
6+
7+
Styling TailWind Start - CodeSandbox Starting Project => https://codesandbox.io/s/styling-tailwind-start-6pv9fs
8+
9+
Adding TailwindCSS to Vite Projects => https://tailwindcss.com/docs/guides/vite
10+
11+
input.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/07%20Styling/Input.jsx
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/debugging-start-vy38s8
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/06%20Debugging/01-starting-project.zip
4+
5+
Results.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/06%20Debugging/Results.jsx
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/refs-portals-start-7jf3nl
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/08%20Refs%20Portals/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/project-mgmt-start-ctzt5r
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/09%20Practice%20Project%20-%20Project%20Management/01-starting-project.zip
4+
5+
Tailwind CSS Classes => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/09%20Practice%20Project%20-%20Project%20Management/tailwind-css-classes-used.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/adv-state-mgmt-context-start-gjyplp
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/tree/main/attachments/10%20Advanced%20State%20Management%20with%20Context%20useReducer
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/effects-start-km7ckg
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/11%20Side%20Effects%20useEffect/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/quiz-project-start-59583g
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/13%20Demo%20Project%20-%20React%20Quiz/01-starting-project.zip
4+
5+
questions.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/13%20Demo%20Project%20-%20React%20Quiz/questions.js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/behind-scenes-start-jzlfgp
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/12%20Behind%20the%20Scenes/01-starting-project.zip
4+
5+
Counter.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/12%20Behind%20the%20Scenes/Counter.jsx
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/class-based-components-594pki
2+
3+
Understanding "this" in JavaScript (Tutorial) => https://academind.com/tutorials/this-keyword-function-references/
4+
5+
UserFinder.js Code => https://github.com/academind/react-complete-guide-code/blob/13-class-based-cmp/extra-files/UserFinder.js
6+
7+
UserFinder.module.css Code => https://github.com/academind/react-complete-guide-code/blob/13-class-based-cmp/extra-files/UserFinder.module.css
8+
9+
UserFinder.js Code => https://github.com/academind/react-complete-guide-code/blob/13-class-based-cmp/extra-files/UserFinder.js
10+
11+
UserFinder.module.css Code => https://github.com/academind/react-complete-guide-code/blob/13-class-based-cmp/extra-files/UserFinder.module.css
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/sending-http-requests-start-n9f4j4?file=%2F.codesandbox%2Ftasks.json%3A1%2C1
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/15%20HTTP%20Requests/01-starting-project.zip
4+
5+
Understanding HTTP => https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP
6+
7+
What is a "REST API" => https://www.youtube.com/watch?v=0oXYLzuucwE
8+
9+
Error.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/15%20HTTP%20Requests/Error.jsx
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/behind-scenes-start-qlv45t
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/16%20Custom%20Hooks/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/forms-start-j9tmrn
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/17%20Forms%20User%20Input/01-starting-project.zip
4+
5+
Signup.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/17%20Forms%20User%20Input/Signup.jsx
6+
7+
Client-side Form Validation => https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/devbox/custom-hooks-start-forked-tthdnz
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/18%20Practice%20Project%20-%20Food%20Order/01-starting-project.zip
4+
5+
Formatting Numbers => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b1054c13ad9028e24094541ecce9eed790367b55404eaf293dd782bd51c9bde4
3+
size 27117
Binary file not shown.
Binary file not shown.

S19 - Redux/Module Resources.docx

21.9 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a1e2fc41df91412c72196c0e461e6359812696e3ecaa7a4eb13e3248e7dc1513
3+
size 31211
Binary file not shown.
21.9 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/advanced-redux-yu43d7
2+
3+
Suboptimal Code Snapshot (Example) => https://github.com/academind/react-complete-guide-course-resources/tree/main/code/20%20Advanced%20Redux/zz-suboptimal-example-code
4+
5+
Notification Component Files => https://github.com/academind/react-complete-guide-code/tree/19-advanced-redux/extra-files
6+
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/01-starting-project.zip
2+
3+
CodeSandbox Starting Project => https://codesandbox.io/s/multi-page-spa-react-router-58egl1
4+
5+
MainNavigation.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/MainNavigation.module.css
6+
7+
New Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/12-adv-starting-project.zip
8+
9+
Events.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/Events.js
10+
11+
PageContent.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/PageContent.js
12+
13+
PageContent.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/PageContent.module.css
14+
15+
Updated MainNavigation.js file => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/MainNavigation.js
16+
17+
NewsletterSignup.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/NewsletterSignup.js
18+
19+
NewsletterSignup.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/NewsletterSignup.module.css
20+
21+
Newsletter.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/Newsletter.js
22+
23+
App.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/21%20Routing/App.js
24+
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/22%20Authentication/01-starting-project.zip
2+
3+
Updated auth.js: https://github.com/academind/react-complete-guide-course-resources/blob/main/code/22%20Authentication/09-finished/frontend/src/util/auth.js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demo Application => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/23%20Deployment/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
CodeSandbox Starting Project: https://codesandbox.io/p/sandbox/react-query-start-md9z2g
2+
3+
Local Starting Project: https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/24%20React%20Query/starting-project.zip
4+
5+
CodeSandbox Starting Project - with Tanstack Query: https://codesandbox.io/p/sandbox/react-query-installed-w3qfw8
6+
7+
Local Starting Project - with Tanstack Query: https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/24%20React%20Query/starting-project-with-react-query.zip
8+
9+
Updated http.js file: https://github.com/academind/react-complete-guide-course-resources/blob/main/code/24%20React%20Query/05-changing-data-with-mutations/src/util/http.js
10+
11+
Updated http.js file: https://github.com/academind/react-complete-guide-course-resources/blob/main/code/24%20React%20Query/06-fetching-more-data-and-testing-mutation/src/util/http.js
12+
13+
Updated http.js file: https://github.com/academind/react-complete-guide-course-resources/blob/main/code/24%20React%20Query/08-challenge-problem/src/util/http.js
14+
15+
Updated http.js file: https://github.com/academind/react-complete-guide-course-resources/blob/main/code/24%20React%20Query/10-optimistic-updating/src/util/http.js
16+
Binary file not shown.
23.2 KB
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Starting Project (CodeSandbox) => https://codesandbox.io/p/devbox/nextjs-introduction-start-z6tpd2
2+
3+
Starting Project (local) => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/basics-starting-project.zip
4+
5+
Organizing NextJS Projects => https://nextjs.org/docs/app/building-your-application/routing/colocation
6+
7+
Starting Project (CodeSandbox) => https://codesandbox.io/p/devbox/meals-app-starting-project-y69d3m
8+
9+
Starting Project (local) => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/foodies-starting-project.zip
10+
11+
main-header.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/main-header/main-header.module.css
12+
13+
More on the Image Component => https://nextjs.org/docs/app/api-reference/components/image
14+
15+
page.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/page.module.css
16+
17+
page.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/page.js
18+
19+
image-slideshow.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/images/image-slideshow.js
20+
21+
image-slideshow.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/images/image-slideshow.module.css
22+
23+
page.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/community/page.js
24+
25+
page.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/community/page.module.css
26+
27+
page.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/meals/page.module.css
28+
29+
meals-grid.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/meals/meals-grid.module.css
30+
31+
meal-item.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/meals/meal-item.module.css
32+
33+
meal-item.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/meals/meal-item.js
34+
35+
initdb.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/initdb.js
36+
37+
loading-module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/meals/loading.module.css
38+
39+
page-module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/meals/%5BmealSlug%5D/page.module.css
40+
41+
page.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/meals/share/page.js
42+
43+
page-module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/app/meals/share/page.module.css
44+
45+
image-picker.module.css => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/25%20NextJS%20App%20Router%20Introduction/lecture-specific/components/meals/image-picker.module.css
46+
47+
Official Metadata Docs => https://nextjs.org/docs/app/api-reference/functions/generate-metadata
48+
49+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f805694e0686c40352b7177e5b0b8fcc1ef29eb8c0d6c03def95f4a209dfef1b
3+
size 6778
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f805694e0686c40352b7177e5b0b8fcc1ef29eb8c0d6c03def95f4a209dfef1b
3+
size 6778
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9eeaff66bd8eda8563e3540dafdd314aaf73cb65a5062026f7c425fa47386178
3+
size 12334
Binary file not shown.
21.7 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Starting Project (CodeSandbox) => https://codesandbox.io/p/devbox/nextjs-summary-start-p67m3m
2+
3+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/nextjs-summary-start-p67m3m
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CodeSandbox Starting Project: https://codesandbox.io/p/sandbox/animations-framer-motion-start-njvxy2
2+
3+
Local Starting Project: https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/26%20Animations/starting-project.zip
4+
5+
CodeSandbox Playground: https://codesandbox.io/p/sandbox/animations-framer-motion-playground-start-w8dcfz
6+
7+
Local Starting Project: https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/26%20Animations/playground.zip
8+
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Starting Project (CodeSandbox) => https://codesandbox.io/p/sandbox/patterns-start-mmqftd
2+
3+
Starting Project (local) => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/27%20Patterns/01-starting-project.zip
4+
5+
Places => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/27%20Patterns/places.ts
6+
7+
Place.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/27%20Patterns/Place.jsx
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:84ff1a0fbeab7cb1f310dd3c1d4e81aa47acb21164cb49f52adab448e25347ed
3+
size 41828
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:092d9cadbf5bcfe4cca6e713658df2b0858e7553ba7c9bf8fb2ab6580e67e881
3+
size 35383
21.9 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Async.js File => https://github.com/academind/react-complete-guide-course-resources/blob/main/code/28%20Testing/05-testing-async-code/src/components/Async.js
2+
3+
List of available HTML Roles: https://www.w3.org/TR/html-aria/#docconformance
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:14a9245cc972ddc06601d84be8974e52ee24e5f94699e1e7534c6864a8734e6f
3+
size 5827
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:2e3203a4f8f13db8abff12a03645ec2950928420806af169a8f576e3adb8fa9c
3+
size 35998
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)