From 6032e3533fa01cb722d750db13419406da344ae0 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Wed, 1 Jul 2026 15:30:09 +0530 Subject: React sample apps: useEffect hook, Axios api calls --- react/06-api-calls/public/favicon.svg | 1 + react/06-api-calls/public/icons.svg | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 react/06-api-calls/public/favicon.svg create mode 100644 react/06-api-calls/public/icons.svg (limited to 'react/06-api-calls/public') diff --git a/react/06-api-calls/public/favicon.svg b/react/06-api-calls/public/favicon.svg new file mode 100644 index 0000000..6893eb1 --- /dev/null +++ b/react/06-api-calls/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/react/06-api-calls/public/icons.svg b/react/06-api-calls/public/icons.svg new file mode 100644 index 0000000..e952219 --- /dev/null +++ b/react/06-api-calls/public/icons.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3