summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-09-14 12:18:12 -0400
committerWes Bos <wesbos@gmail.com>2018-09-14 12:18:12 -0400
commit2d145b026cfdf54a63bef0b9d6324b6785390307 (patch)
treef6c1d8f987437803a5c026e70535bf9ff244e885
parent8a5825d52271d712ec7c8348447d433067e13ef2 (diff)
move finished folder
-rw-r--r--finished-application/backend/.graphqlconfig.yml (renamed from stepped-solutions/FINISHED/backend/.graphqlconfig.yml)0
-rw-r--r--finished-application/backend/datamodel.graphql (renamed from stepped-solutions/FINISHED/backend/datamodel.graphql)0
-rw-r--r--finished-application/backend/package-lock.json (renamed from stepped-solutions/FINISHED/backend/package-lock.json)0
-rw-r--r--finished-application/backend/package.json (renamed from stepped-solutions/FINISHED/backend/package.json)0
-rw-r--r--finished-application/backend/prisma.yml (renamed from stepped-solutions/FINISHED/backend/prisma.yml)0
-rw-r--r--finished-application/backend/prisma/datamodel.graphql (renamed from stepped-solutions/FINISHED/backend/prisma/datamodel.graphql)0
-rw-r--r--finished-application/backend/prisma/prisma.yml (renamed from stepped-solutions/FINISHED/backend/prisma/prisma.yml)0
-rw-r--r--finished-application/backend/src/createServer.js (renamed from stepped-solutions/FINISHED/backend/src/createServer.js)0
-rw-r--r--finished-application/backend/src/db.js (renamed from stepped-solutions/FINISHED/backend/src/db.js)0
-rw-r--r--finished-application/backend/src/generated/prisma.graphql (renamed from stepped-solutions/FINISHED/backend/src/generated/prisma.graphql)0
-rw-r--r--finished-application/backend/src/index.js (renamed from stepped-solutions/FINISHED/backend/src/index.js)0
-rw-r--r--finished-application/backend/src/mail.js (renamed from stepped-solutions/FINISHED/backend/src/mail.js)0
-rw-r--r--finished-application/backend/src/resolvers/Mutation.js (renamed from stepped-solutions/FINISHED/backend/src/resolvers/Mutation.js)0
-rw-r--r--finished-application/backend/src/resolvers/Query.js (renamed from stepped-solutions/FINISHED/backend/src/resolvers/Query.js)0
-rw-r--r--finished-application/backend/src/schema.graphql (renamed from stepped-solutions/FINISHED/backend/src/schema.graphql)0
-rw-r--r--finished-application/backend/src/stripe.js (renamed from stepped-solutions/FINISHED/backend/src/stripe.js)0
-rw-r--r--finished-application/backend/src/utils.js (renamed from stepped-solutions/FINISHED/backend/src/utils.js)0
-rw-r--r--finished-application/frontend/__tests__/AddToCart.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/AddToCart.test.js)0
-rw-r--r--finished-application/frontend/__tests__/Cart.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/Cart.test.js)0
-rw-r--r--finished-application/frontend/__tests__/CartCount.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/CartCount.test.js)0
-rw-r--r--finished-application/frontend/__tests__/CreateItem.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/CreateItem.test.js)0
-rw-r--r--finished-application/frontend/__tests__/Item.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/Item.test.js)0
-rw-r--r--finished-application/frontend/__tests__/Nav.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/Nav.test.js)0
-rw-r--r--finished-application/frontend/__tests__/Order.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/Order.test.js)0
-rw-r--r--finished-application/frontend/__tests__/Pagination.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/Pagination.test.js)0
-rw-r--r--finished-application/frontend/__tests__/PleaseSignIn.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/PleaseSignIn.test.js)0
-rw-r--r--finished-application/frontend/__tests__/RemoveFromCart.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/RemoveFromCart.test.js)0
-rw-r--r--finished-application/frontend/__tests__/RequestReset.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/RequestReset.test.js)0
-rw-r--r--finished-application/frontend/__tests__/Signup.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/Signup.test.js)0
-rw-r--r--finished-application/frontend/__tests__/SingleItem.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/SingleItem.test.js)0
-rw-r--r--finished-application/frontend/__tests__/TakeMyMoney.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/TakeMyMoney.test.js)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/AddToCart.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/AddToCart.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/Cart.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Cart.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/CartCount.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/CartCount.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/CreateItem.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/CreateItem.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/Item.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Item.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/Nav.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Nav.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/Order.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Order.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/Pagination.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Pagination.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/RequestReset.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/RequestReset.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/Signup.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Signup.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/SingleItem.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/SingleItem.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap (renamed from stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap)0
-rw-r--r--finished-application/frontend/__tests__/formatMoney.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/formatMoney.test.js)0
-rw-r--r--finished-application/frontend/__tests__/mocking.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/mocking.test.js)0
-rw-r--r--finished-application/frontend/__tests__/sample.test.js (renamed from stepped-solutions/FINISHED/frontend/__tests__/sample.test.js)0
-rw-r--r--finished-application/frontend/components/AddToCart.js (renamed from stepped-solutions/FINISHED/frontend/components/AddToCart.js)0
-rw-r--r--finished-application/frontend/components/Cart.js (renamed from stepped-solutions/FINISHED/frontend/components/Cart.js)0
-rw-r--r--finished-application/frontend/components/CartCount.js (renamed from stepped-solutions/FINISHED/frontend/components/CartCount.js)0
-rw-r--r--finished-application/frontend/components/CartItem.js (renamed from stepped-solutions/FINISHED/frontend/components/CartItem.js)0
-rw-r--r--finished-application/frontend/components/CreateItem.js (renamed from stepped-solutions/FINISHED/frontend/components/CreateItem.js)0
-rw-r--r--finished-application/frontend/components/DeleteItem.js (renamed from stepped-solutions/FINISHED/frontend/components/DeleteItem.js)0
-rw-r--r--finished-application/frontend/components/ErrorMessage.js (renamed from stepped-solutions/FINISHED/frontend/components/ErrorMessage.js)0
-rw-r--r--finished-application/frontend/components/Header.js (renamed from stepped-solutions/FINISHED/frontend/components/Header.js)0
-rw-r--r--finished-application/frontend/components/Item.js (renamed from stepped-solutions/FINISHED/frontend/components/Item.js)0
-rw-r--r--finished-application/frontend/components/Items.js (renamed from stepped-solutions/FINISHED/frontend/components/Items.js)0
-rw-r--r--finished-application/frontend/components/Meta.js (renamed from stepped-solutions/FINISHED/frontend/components/Meta.js)0
-rw-r--r--finished-application/frontend/components/Nav.js (renamed from stepped-solutions/FINISHED/frontend/components/Nav.js)0
-rw-r--r--finished-application/frontend/components/Order.js (renamed from stepped-solutions/FINISHED/frontend/components/Order.js)0
-rw-r--r--finished-application/frontend/components/OrderList.js (renamed from stepped-solutions/FINISHED/frontend/components/OrderList.js)0
-rw-r--r--finished-application/frontend/components/Page.js (renamed from stepped-solutions/FINISHED/frontend/components/Page.js)0
-rw-r--r--finished-application/frontend/components/Pagination.js (renamed from stepped-solutions/FINISHED/frontend/components/Pagination.js)0
-rw-r--r--finished-application/frontend/components/Permissions.js (renamed from stepped-solutions/FINISHED/frontend/components/Permissions.js)0
-rw-r--r--finished-application/frontend/components/PleaseSignIn.js (renamed from stepped-solutions/FINISHED/frontend/components/PleaseSignIn.js)0
-rw-r--r--finished-application/frontend/components/RemoveFromCart.js (renamed from stepped-solutions/FINISHED/frontend/components/RemoveFromCart.js)0
-rw-r--r--finished-application/frontend/components/RequestReset.js (renamed from stepped-solutions/FINISHED/frontend/components/RequestReset.js)0
-rw-r--r--finished-application/frontend/components/Reset.js (renamed from stepped-solutions/FINISHED/frontend/components/Reset.js)0
-rw-r--r--finished-application/frontend/components/Search.js (renamed from stepped-solutions/FINISHED/frontend/components/Search.js)0
-rw-r--r--finished-application/frontend/components/Signin.js (renamed from stepped-solutions/FINISHED/frontend/components/Signin.js)0
-rw-r--r--finished-application/frontend/components/Signout.js (renamed from stepped-solutions/FINISHED/frontend/components/Signout.js)0
-rw-r--r--finished-application/frontend/components/Signup.js (renamed from stepped-solutions/FINISHED/frontend/components/Signup.js)0
-rw-r--r--finished-application/frontend/components/SingleItem.js (renamed from stepped-solutions/FINISHED/frontend/components/SingleItem.js)0
-rw-r--r--finished-application/frontend/components/TakeMyMoney.js (renamed from stepped-solutions/FINISHED/frontend/components/TakeMyMoney.js)0
-rw-r--r--finished-application/frontend/components/UpdateItem.js (renamed from stepped-solutions/FINISHED/frontend/components/UpdateItem.js)0
-rw-r--r--finished-application/frontend/components/User.js (renamed from stepped-solutions/FINISHED/frontend/components/User.js)0
-rw-r--r--finished-application/frontend/components/styles/CartStyles.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/CartStyles.js)0
-rw-r--r--finished-application/frontend/components/styles/CloseButton.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/CloseButton.js)0
-rw-r--r--finished-application/frontend/components/styles/DropDown.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/DropDown.js)0
-rw-r--r--finished-application/frontend/components/styles/Form.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/Form.js)0
-rw-r--r--finished-application/frontend/components/styles/ItemStyles.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/ItemStyles.js)0
-rw-r--r--finished-application/frontend/components/styles/NavStyles.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/NavStyles.js)0
-rw-r--r--finished-application/frontend/components/styles/OrderItemStyles.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/OrderItemStyles.js)0
-rw-r--r--finished-application/frontend/components/styles/OrderStyles.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/OrderStyles.js)0
-rw-r--r--finished-application/frontend/components/styles/PaginationStyles.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/PaginationStyles.js)0
-rw-r--r--finished-application/frontend/components/styles/PriceTag.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/PriceTag.js)0
-rw-r--r--finished-application/frontend/components/styles/SickButton.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/SickButton.js)0
-rw-r--r--finished-application/frontend/components/styles/Supreme.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/Supreme.js)0
-rw-r--r--finished-application/frontend/components/styles/Table.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/Table.js)0
-rw-r--r--finished-application/frontend/components/styles/Title.js (renamed from stepped-solutions/FINISHED/frontend/components/styles/Title.js)0
-rw-r--r--finished-application/frontend/config.js (renamed from stepped-solutions/FINISHED/frontend/config.js)0
-rw-r--r--finished-application/frontend/jest.setup.js (renamed from stepped-solutions/FINISHED/frontend/jest.setup.js)0
-rw-r--r--finished-application/frontend/lib/calcTotalPrice.js (renamed from stepped-solutions/FINISHED/frontend/lib/calcTotalPrice.js)0
-rw-r--r--finished-application/frontend/lib/formatMoney.js (renamed from stepped-solutions/FINISHED/frontend/lib/formatMoney.js)0
-rw-r--r--finished-application/frontend/lib/testUtils.js (renamed from stepped-solutions/FINISHED/frontend/lib/testUtils.js)0
-rw-r--r--finished-application/frontend/lib/withData.js (renamed from stepped-solutions/FINISHED/frontend/lib/withData.js)0
-rw-r--r--finished-application/frontend/notes.md (renamed from stepped-solutions/FINISHED/frontend/notes.md)0
-rw-r--r--finished-application/frontend/package-lock.json (renamed from stepped-solutions/FINISHED/frontend/package-lock.json)0
-rw-r--r--finished-application/frontend/package.json (renamed from stepped-solutions/FINISHED/frontend/package.json)0
-rw-r--r--finished-application/frontend/pages/.gitkeep (renamed from stepped-solutions/FINISHED/frontend/pages/.gitkeep)0
-rw-r--r--finished-application/frontend/pages/_app.js (renamed from stepped-solutions/FINISHED/frontend/pages/_app.js)0
-rw-r--r--finished-application/frontend/pages/_document.js (renamed from stepped-solutions/FINISHED/frontend/pages/_document.js)0
-rw-r--r--finished-application/frontend/pages/index.js (renamed from stepped-solutions/FINISHED/frontend/pages/index.js)0
-rw-r--r--finished-application/frontend/pages/item.js (renamed from stepped-solutions/FINISHED/frontend/pages/item.js)0
-rw-r--r--finished-application/frontend/pages/items.js (renamed from stepped-solutions/FINISHED/frontend/pages/items.js)0
-rw-r--r--finished-application/frontend/pages/order.js (renamed from stepped-solutions/FINISHED/frontend/pages/order.js)0
-rw-r--r--finished-application/frontend/pages/orders.js (renamed from stepped-solutions/FINISHED/frontend/pages/orders.js)0
-rw-r--r--finished-application/frontend/pages/permissions.js (renamed from stepped-solutions/FINISHED/frontend/pages/permissions.js)0
-rw-r--r--finished-application/frontend/pages/reset.js (renamed from stepped-solutions/FINISHED/frontend/pages/reset.js)0
-rw-r--r--finished-application/frontend/pages/sell.js (renamed from stepped-solutions/FINISHED/frontend/pages/sell.js)0
-rw-r--r--finished-application/frontend/pages/signup.js (renamed from stepped-solutions/FINISHED/frontend/pages/signup.js)0
-rw-r--r--finished-application/frontend/pages/update.js (renamed from stepped-solutions/FINISHED/frontend/pages/update.js)0
-rw-r--r--finished-application/frontend/static/favicon.png (renamed from stepped-solutions/FINISHED/frontend/static/favicon.png)bin5122 -> 5122 bytes
-rw-r--r--finished-application/frontend/static/nprogress.css (renamed from stepped-solutions/FINISHED/frontend/static/nprogress.css)0
-rwxr-xr-xfinished-application/frontend/static/radnikanext-medium-webfont.woff2 (renamed from stepped-solutions/FINISHED/frontend/static/radnikanext-medium-webfont.woff2)bin20012 -> 20012 bytes
115 files changed, 0 insertions, 0 deletions
diff --git a/stepped-solutions/FINISHED/backend/.graphqlconfig.yml b/finished-application/backend/.graphqlconfig.yml
index 2f01155..2f01155 100644
--- a/stepped-solutions/FINISHED/backend/.graphqlconfig.yml
+++ b/finished-application/backend/.graphqlconfig.yml
diff --git a/stepped-solutions/FINISHED/backend/datamodel.graphql b/finished-application/backend/datamodel.graphql
index ce9ae38..ce9ae38 100644
--- a/stepped-solutions/FINISHED/backend/datamodel.graphql
+++ b/finished-application/backend/datamodel.graphql
diff --git a/stepped-solutions/FINISHED/backend/package-lock.json b/finished-application/backend/package-lock.json
index 5558352..5558352 100644
--- a/stepped-solutions/FINISHED/backend/package-lock.json
+++ b/finished-application/backend/package-lock.json
diff --git a/stepped-solutions/FINISHED/backend/package.json b/finished-application/backend/package.json
index a8bd30d..a8bd30d 100644
--- a/stepped-solutions/FINISHED/backend/package.json
+++ b/finished-application/backend/package.json
diff --git a/stepped-solutions/FINISHED/backend/prisma.yml b/finished-application/backend/prisma.yml
index 58b7a3b..58b7a3b 100644
--- a/stepped-solutions/FINISHED/backend/prisma.yml
+++ b/finished-application/backend/prisma.yml
diff --git a/stepped-solutions/FINISHED/backend/prisma/datamodel.graphql b/finished-application/backend/prisma/datamodel.graphql
index e95965d..e95965d 100644
--- a/stepped-solutions/FINISHED/backend/prisma/datamodel.graphql
+++ b/finished-application/backend/prisma/datamodel.graphql
diff --git a/stepped-solutions/FINISHED/backend/prisma/prisma.yml b/finished-application/backend/prisma/prisma.yml
index 2940bab..2940bab 100644
--- a/stepped-solutions/FINISHED/backend/prisma/prisma.yml
+++ b/finished-application/backend/prisma/prisma.yml
diff --git a/stepped-solutions/FINISHED/backend/src/createServer.js b/finished-application/backend/src/createServer.js
index c552b02..c552b02 100644
--- a/stepped-solutions/FINISHED/backend/src/createServer.js
+++ b/finished-application/backend/src/createServer.js
diff --git a/stepped-solutions/FINISHED/backend/src/db.js b/finished-application/backend/src/db.js
index 8f66240..8f66240 100644
--- a/stepped-solutions/FINISHED/backend/src/db.js
+++ b/finished-application/backend/src/db.js
diff --git a/stepped-solutions/FINISHED/backend/src/generated/prisma.graphql b/finished-application/backend/src/generated/prisma.graphql
index cc13ecf..cc13ecf 100644
--- a/stepped-solutions/FINISHED/backend/src/generated/prisma.graphql
+++ b/finished-application/backend/src/generated/prisma.graphql
diff --git a/stepped-solutions/FINISHED/backend/src/index.js b/finished-application/backend/src/index.js
index 804d6d6..804d6d6 100644
--- a/stepped-solutions/FINISHED/backend/src/index.js
+++ b/finished-application/backend/src/index.js
diff --git a/stepped-solutions/FINISHED/backend/src/mail.js b/finished-application/backend/src/mail.js
index 5274310..5274310 100644
--- a/stepped-solutions/FINISHED/backend/src/mail.js
+++ b/finished-application/backend/src/mail.js
diff --git a/stepped-solutions/FINISHED/backend/src/resolvers/Mutation.js b/finished-application/backend/src/resolvers/Mutation.js
index f0ea6a8..f0ea6a8 100644
--- a/stepped-solutions/FINISHED/backend/src/resolvers/Mutation.js
+++ b/finished-application/backend/src/resolvers/Mutation.js
diff --git a/stepped-solutions/FINISHED/backend/src/resolvers/Query.js b/finished-application/backend/src/resolvers/Query.js
index 22a6414..22a6414 100644
--- a/stepped-solutions/FINISHED/backend/src/resolvers/Query.js
+++ b/finished-application/backend/src/resolvers/Query.js
diff --git a/stepped-solutions/FINISHED/backend/src/schema.graphql b/finished-application/backend/src/schema.graphql
index 8a8eeeb..8a8eeeb 100644
--- a/stepped-solutions/FINISHED/backend/src/schema.graphql
+++ b/finished-application/backend/src/schema.graphql
diff --git a/stepped-solutions/FINISHED/backend/src/stripe.js b/finished-application/backend/src/stripe.js
index c6be8ca..c6be8ca 100644
--- a/stepped-solutions/FINISHED/backend/src/stripe.js
+++ b/finished-application/backend/src/stripe.js
diff --git a/stepped-solutions/FINISHED/backend/src/utils.js b/finished-application/backend/src/utils.js
index faf028b..faf028b 100644
--- a/stepped-solutions/FINISHED/backend/src/utils.js
+++ b/finished-application/backend/src/utils.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/AddToCart.test.js b/finished-application/frontend/__tests__/AddToCart.test.js
index cfc2e3e..cfc2e3e 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/AddToCart.test.js
+++ b/finished-application/frontend/__tests__/AddToCart.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/Cart.test.js b/finished-application/frontend/__tests__/Cart.test.js
index b8afc88..b8afc88 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/Cart.test.js
+++ b/finished-application/frontend/__tests__/Cart.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/CartCount.test.js b/finished-application/frontend/__tests__/CartCount.test.js
index 8ace3da..8ace3da 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/CartCount.test.js
+++ b/finished-application/frontend/__tests__/CartCount.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/CreateItem.test.js b/finished-application/frontend/__tests__/CreateItem.test.js
index 6e88d94..6e88d94 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/CreateItem.test.js
+++ b/finished-application/frontend/__tests__/CreateItem.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/Item.test.js b/finished-application/frontend/__tests__/Item.test.js
index 692b913..692b913 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/Item.test.js
+++ b/finished-application/frontend/__tests__/Item.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/Nav.test.js b/finished-application/frontend/__tests__/Nav.test.js
index d30cb39..d30cb39 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/Nav.test.js
+++ b/finished-application/frontend/__tests__/Nav.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/Order.test.js b/finished-application/frontend/__tests__/Order.test.js
index 71accfa..71accfa 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/Order.test.js
+++ b/finished-application/frontend/__tests__/Order.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/Pagination.test.js b/finished-application/frontend/__tests__/Pagination.test.js
index 7117db8..7117db8 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/Pagination.test.js
+++ b/finished-application/frontend/__tests__/Pagination.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/PleaseSignIn.test.js b/finished-application/frontend/__tests__/PleaseSignIn.test.js
index 7d476b4..7d476b4 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/PleaseSignIn.test.js
+++ b/finished-application/frontend/__tests__/PleaseSignIn.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/RemoveFromCart.test.js b/finished-application/frontend/__tests__/RemoveFromCart.test.js
index faacc91..faacc91 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/RemoveFromCart.test.js
+++ b/finished-application/frontend/__tests__/RemoveFromCart.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/RequestReset.test.js b/finished-application/frontend/__tests__/RequestReset.test.js
index 345b365..345b365 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/RequestReset.test.js
+++ b/finished-application/frontend/__tests__/RequestReset.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/Signup.test.js b/finished-application/frontend/__tests__/Signup.test.js
index e18bdee..e18bdee 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/Signup.test.js
+++ b/finished-application/frontend/__tests__/Signup.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/SingleItem.test.js b/finished-application/frontend/__tests__/SingleItem.test.js
index 2963bde..2963bde 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/SingleItem.test.js
+++ b/finished-application/frontend/__tests__/SingleItem.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/TakeMyMoney.test.js b/finished-application/frontend/__tests__/TakeMyMoney.test.js
index 3d68502..3d68502 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/TakeMyMoney.test.js
+++ b/finished-application/frontend/__tests__/TakeMyMoney.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/AddToCart.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/AddToCart.test.js.snap
index 2f489d4..2f489d4 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/AddToCart.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/AddToCart.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Cart.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/Cart.test.js.snap
index d5c0d92..d5c0d92 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Cart.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/Cart.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/CartCount.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/CartCount.test.js.snap
index 92ee89a..92ee89a 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/CartCount.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/CartCount.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/CreateItem.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/CreateItem.test.js.snap
index 59d8557..59d8557 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/CreateItem.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/CreateItem.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Item.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/Item.test.js.snap
index 70e4aa8..70e4aa8 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Item.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/Item.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Nav.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/Nav.test.js.snap
index c3155a9..c3155a9 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Nav.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/Nav.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Order.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/Order.test.js.snap
index 9dce80b..9dce80b 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Order.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/Order.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Pagination.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/Pagination.test.js.snap
index 110f59d..110f59d 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Pagination.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/Pagination.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
index db8687b..db8687b 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/RemoveFromCart.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/RequestReset.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/RequestReset.test.js.snap
index c0de705..c0de705 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/RequestReset.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/RequestReset.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Signup.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/Signup.test.js.snap
index bb61ff1..bb61ff1 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/Signup.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/Signup.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/SingleItem.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/SingleItem.test.js.snap
index 2f41d4c..2f41d4c 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/SingleItem.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/SingleItem.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap b/finished-application/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap
index 02a112e..02a112e 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap
+++ b/finished-application/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/formatMoney.test.js b/finished-application/frontend/__tests__/formatMoney.test.js
index 23d8183..23d8183 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/formatMoney.test.js
+++ b/finished-application/frontend/__tests__/formatMoney.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/mocking.test.js b/finished-application/frontend/__tests__/mocking.test.js
index d0a05bf..d0a05bf 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/mocking.test.js
+++ b/finished-application/frontend/__tests__/mocking.test.js
diff --git a/stepped-solutions/FINISHED/frontend/__tests__/sample.test.js b/finished-application/frontend/__tests__/sample.test.js
index dbed94f..dbed94f 100644
--- a/stepped-solutions/FINISHED/frontend/__tests__/sample.test.js
+++ b/finished-application/frontend/__tests__/sample.test.js
diff --git a/stepped-solutions/FINISHED/frontend/components/AddToCart.js b/finished-application/frontend/components/AddToCart.js
index 8a71cc3..8a71cc3 100644
--- a/stepped-solutions/FINISHED/frontend/components/AddToCart.js
+++ b/finished-application/frontend/components/AddToCart.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Cart.js b/finished-application/frontend/components/Cart.js
index 2a72b38..2a72b38 100644
--- a/stepped-solutions/FINISHED/frontend/components/Cart.js
+++ b/finished-application/frontend/components/Cart.js
diff --git a/stepped-solutions/FINISHED/frontend/components/CartCount.js b/finished-application/frontend/components/CartCount.js
index c202d74..c202d74 100644
--- a/stepped-solutions/FINISHED/frontend/components/CartCount.js
+++ b/finished-application/frontend/components/CartCount.js
diff --git a/stepped-solutions/FINISHED/frontend/components/CartItem.js b/finished-application/frontend/components/CartItem.js
index b0ce62e..b0ce62e 100644
--- a/stepped-solutions/FINISHED/frontend/components/CartItem.js
+++ b/finished-application/frontend/components/CartItem.js
diff --git a/stepped-solutions/FINISHED/frontend/components/CreateItem.js b/finished-application/frontend/components/CreateItem.js
index c115eac..c115eac 100644
--- a/stepped-solutions/FINISHED/frontend/components/CreateItem.js
+++ b/finished-application/frontend/components/CreateItem.js
diff --git a/stepped-solutions/FINISHED/frontend/components/DeleteItem.js b/finished-application/frontend/components/DeleteItem.js
index e5e4752..e5e4752 100644
--- a/stepped-solutions/FINISHED/frontend/components/DeleteItem.js
+++ b/finished-application/frontend/components/DeleteItem.js
diff --git a/stepped-solutions/FINISHED/frontend/components/ErrorMessage.js b/finished-application/frontend/components/ErrorMessage.js
index 52d59a8..52d59a8 100644
--- a/stepped-solutions/FINISHED/frontend/components/ErrorMessage.js
+++ b/finished-application/frontend/components/ErrorMessage.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Header.js b/finished-application/frontend/components/Header.js
index 797eb8e..797eb8e 100644
--- a/stepped-solutions/FINISHED/frontend/components/Header.js
+++ b/finished-application/frontend/components/Header.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Item.js b/finished-application/frontend/components/Item.js
index 2741dcf..2741dcf 100644
--- a/stepped-solutions/FINISHED/frontend/components/Item.js
+++ b/finished-application/frontend/components/Item.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Items.js b/finished-application/frontend/components/Items.js
index 9b5426c..9b5426c 100644
--- a/stepped-solutions/FINISHED/frontend/components/Items.js
+++ b/finished-application/frontend/components/Items.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Meta.js b/finished-application/frontend/components/Meta.js
index 2b98f92..2b98f92 100644
--- a/stepped-solutions/FINISHED/frontend/components/Meta.js
+++ b/finished-application/frontend/components/Meta.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Nav.js b/finished-application/frontend/components/Nav.js
index 118db5a..118db5a 100644
--- a/stepped-solutions/FINISHED/frontend/components/Nav.js
+++ b/finished-application/frontend/components/Nav.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Order.js b/finished-application/frontend/components/Order.js
index 5177c0a..5177c0a 100644
--- a/stepped-solutions/FINISHED/frontend/components/Order.js
+++ b/finished-application/frontend/components/Order.js
diff --git a/stepped-solutions/FINISHED/frontend/components/OrderList.js b/finished-application/frontend/components/OrderList.js
index e2e22ff..e2e22ff 100644
--- a/stepped-solutions/FINISHED/frontend/components/OrderList.js
+++ b/finished-application/frontend/components/OrderList.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Page.js b/finished-application/frontend/components/Page.js
index 75ab84a..75ab84a 100644
--- a/stepped-solutions/FINISHED/frontend/components/Page.js
+++ b/finished-application/frontend/components/Page.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Pagination.js b/finished-application/frontend/components/Pagination.js
index b84af76..b84af76 100644
--- a/stepped-solutions/FINISHED/frontend/components/Pagination.js
+++ b/finished-application/frontend/components/Pagination.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Permissions.js b/finished-application/frontend/components/Permissions.js
index 4b08c39..4b08c39 100644
--- a/stepped-solutions/FINISHED/frontend/components/Permissions.js
+++ b/finished-application/frontend/components/Permissions.js
diff --git a/stepped-solutions/FINISHED/frontend/components/PleaseSignIn.js b/finished-application/frontend/components/PleaseSignIn.js
index 80cfdbf..80cfdbf 100644
--- a/stepped-solutions/FINISHED/frontend/components/PleaseSignIn.js
+++ b/finished-application/frontend/components/PleaseSignIn.js
diff --git a/stepped-solutions/FINISHED/frontend/components/RemoveFromCart.js b/finished-application/frontend/components/RemoveFromCart.js
index 025dae5..025dae5 100644
--- a/stepped-solutions/FINISHED/frontend/components/RemoveFromCart.js
+++ b/finished-application/frontend/components/RemoveFromCart.js
diff --git a/stepped-solutions/FINISHED/frontend/components/RequestReset.js b/finished-application/frontend/components/RequestReset.js
index be21639..be21639 100644
--- a/stepped-solutions/FINISHED/frontend/components/RequestReset.js
+++ b/finished-application/frontend/components/RequestReset.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Reset.js b/finished-application/frontend/components/Reset.js
index a132f03..a132f03 100644
--- a/stepped-solutions/FINISHED/frontend/components/Reset.js
+++ b/finished-application/frontend/components/Reset.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Search.js b/finished-application/frontend/components/Search.js
index c29f93e..c29f93e 100644
--- a/stepped-solutions/FINISHED/frontend/components/Search.js
+++ b/finished-application/frontend/components/Search.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Signin.js b/finished-application/frontend/components/Signin.js
index 4fd3013..4fd3013 100644
--- a/stepped-solutions/FINISHED/frontend/components/Signin.js
+++ b/finished-application/frontend/components/Signin.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Signout.js b/finished-application/frontend/components/Signout.js
index f852531..f852531 100644
--- a/stepped-solutions/FINISHED/frontend/components/Signout.js
+++ b/finished-application/frontend/components/Signout.js
diff --git a/stepped-solutions/FINISHED/frontend/components/Signup.js b/finished-application/frontend/components/Signup.js
index e2f1a3f..e2f1a3f 100644
--- a/stepped-solutions/FINISHED/frontend/components/Signup.js
+++ b/finished-application/frontend/components/Signup.js
diff --git a/stepped-solutions/FINISHED/frontend/components/SingleItem.js b/finished-application/frontend/components/SingleItem.js
index 145b5ae..145b5ae 100644
--- a/stepped-solutions/FINISHED/frontend/components/SingleItem.js
+++ b/finished-application/frontend/components/SingleItem.js
diff --git a/stepped-solutions/FINISHED/frontend/components/TakeMyMoney.js b/finished-application/frontend/components/TakeMyMoney.js
index ca87832..ca87832 100644
--- a/stepped-solutions/FINISHED/frontend/components/TakeMyMoney.js
+++ b/finished-application/frontend/components/TakeMyMoney.js
diff --git a/stepped-solutions/FINISHED/frontend/components/UpdateItem.js b/finished-application/frontend/components/UpdateItem.js
index 11aef32..11aef32 100644
--- a/stepped-solutions/FINISHED/frontend/components/UpdateItem.js
+++ b/finished-application/frontend/components/UpdateItem.js
diff --git a/stepped-solutions/FINISHED/frontend/components/User.js b/finished-application/frontend/components/User.js
index 6f8a4fb..6f8a4fb 100644
--- a/stepped-solutions/FINISHED/frontend/components/User.js
+++ b/finished-application/frontend/components/User.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/CartStyles.js b/finished-application/frontend/components/styles/CartStyles.js
index d5ee93a..d5ee93a 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/CartStyles.js
+++ b/finished-application/frontend/components/styles/CartStyles.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/CloseButton.js b/finished-application/frontend/components/styles/CloseButton.js
index 69fd55c..69fd55c 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/CloseButton.js
+++ b/finished-application/frontend/components/styles/CloseButton.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/DropDown.js b/finished-application/frontend/components/styles/DropDown.js
index df86aee..df86aee 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/DropDown.js
+++ b/finished-application/frontend/components/styles/DropDown.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/Form.js b/finished-application/frontend/components/styles/Form.js
index 5717130..5717130 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/Form.js
+++ b/finished-application/frontend/components/styles/Form.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/ItemStyles.js b/finished-application/frontend/components/styles/ItemStyles.js
index b117d5f..b117d5f 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/ItemStyles.js
+++ b/finished-application/frontend/components/styles/ItemStyles.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/NavStyles.js b/finished-application/frontend/components/styles/NavStyles.js
index fe4abda..fe4abda 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/NavStyles.js
+++ b/finished-application/frontend/components/styles/NavStyles.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/OrderItemStyles.js b/finished-application/frontend/components/styles/OrderItemStyles.js
index 292c75d..292c75d 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/OrderItemStyles.js
+++ b/finished-application/frontend/components/styles/OrderItemStyles.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/OrderStyles.js b/finished-application/frontend/components/styles/OrderStyles.js
index f461b70..f461b70 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/OrderStyles.js
+++ b/finished-application/frontend/components/styles/OrderStyles.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/PaginationStyles.js b/finished-application/frontend/components/styles/PaginationStyles.js
index 30753af..30753af 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/PaginationStyles.js
+++ b/finished-application/frontend/components/styles/PaginationStyles.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/PriceTag.js b/finished-application/frontend/components/styles/PriceTag.js
index 9116681..9116681 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/PriceTag.js
+++ b/finished-application/frontend/components/styles/PriceTag.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/SickButton.js b/finished-application/frontend/components/styles/SickButton.js
index 5b5352e..5b5352e 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/SickButton.js
+++ b/finished-application/frontend/components/styles/SickButton.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/Supreme.js b/finished-application/frontend/components/styles/Supreme.js
index d946ccd..d946ccd 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/Supreme.js
+++ b/finished-application/frontend/components/styles/Supreme.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/Table.js b/finished-application/frontend/components/styles/Table.js
index b2cd6c4..b2cd6c4 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/Table.js
+++ b/finished-application/frontend/components/styles/Table.js
diff --git a/stepped-solutions/FINISHED/frontend/components/styles/Title.js b/finished-application/frontend/components/styles/Title.js
index e1901ec..e1901ec 100644
--- a/stepped-solutions/FINISHED/frontend/components/styles/Title.js
+++ b/finished-application/frontend/components/styles/Title.js
diff --git a/stepped-solutions/FINISHED/frontend/config.js b/finished-application/frontend/config.js
index ae41c54..ae41c54 100644
--- a/stepped-solutions/FINISHED/frontend/config.js
+++ b/finished-application/frontend/config.js
diff --git a/stepped-solutions/FINISHED/frontend/jest.setup.js b/finished-application/frontend/jest.setup.js
index 82edfc9..82edfc9 100644
--- a/stepped-solutions/FINISHED/frontend/jest.setup.js
+++ b/finished-application/frontend/jest.setup.js
diff --git a/stepped-solutions/FINISHED/frontend/lib/calcTotalPrice.js b/finished-application/frontend/lib/calcTotalPrice.js
index 4822468..4822468 100644
--- a/stepped-solutions/FINISHED/frontend/lib/calcTotalPrice.js
+++ b/finished-application/frontend/lib/calcTotalPrice.js
diff --git a/stepped-solutions/FINISHED/frontend/lib/formatMoney.js b/finished-application/frontend/lib/formatMoney.js
index c001aee..c001aee 100644
--- a/stepped-solutions/FINISHED/frontend/lib/formatMoney.js
+++ b/finished-application/frontend/lib/formatMoney.js
diff --git a/stepped-solutions/FINISHED/frontend/lib/testUtils.js b/finished-application/frontend/lib/testUtils.js
index 42739e9..42739e9 100644
--- a/stepped-solutions/FINISHED/frontend/lib/testUtils.js
+++ b/finished-application/frontend/lib/testUtils.js
diff --git a/stepped-solutions/FINISHED/frontend/lib/withData.js b/finished-application/frontend/lib/withData.js
index c5cce8d..c5cce8d 100644
--- a/stepped-solutions/FINISHED/frontend/lib/withData.js
+++ b/finished-application/frontend/lib/withData.js
diff --git a/stepped-solutions/FINISHED/frontend/notes.md b/finished-application/frontend/notes.md
index 9ea38ef..9ea38ef 100644
--- a/stepped-solutions/FINISHED/frontend/notes.md
+++ b/finished-application/frontend/notes.md
diff --git a/stepped-solutions/FINISHED/frontend/package-lock.json b/finished-application/frontend/package-lock.json
index 592eccb..592eccb 100644
--- a/stepped-solutions/FINISHED/frontend/package-lock.json
+++ b/finished-application/frontend/package-lock.json
diff --git a/stepped-solutions/FINISHED/frontend/package.json b/finished-application/frontend/package.json
index 4578192..4578192 100644
--- a/stepped-solutions/FINISHED/frontend/package.json
+++ b/finished-application/frontend/package.json
diff --git a/stepped-solutions/FINISHED/frontend/pages/.gitkeep b/finished-application/frontend/pages/.gitkeep
index e69de29..e69de29 100644
--- a/stepped-solutions/FINISHED/frontend/pages/.gitkeep
+++ b/finished-application/frontend/pages/.gitkeep
diff --git a/stepped-solutions/FINISHED/frontend/pages/_app.js b/finished-application/frontend/pages/_app.js
index fc03876..fc03876 100644
--- a/stepped-solutions/FINISHED/frontend/pages/_app.js
+++ b/finished-application/frontend/pages/_app.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/_document.js b/finished-application/frontend/pages/_document.js
index 0ac8935..0ac8935 100644
--- a/stepped-solutions/FINISHED/frontend/pages/_document.js
+++ b/finished-application/frontend/pages/_document.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/index.js b/finished-application/frontend/pages/index.js
index edb45ab..edb45ab 100644
--- a/stepped-solutions/FINISHED/frontend/pages/index.js
+++ b/finished-application/frontend/pages/index.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/item.js b/finished-application/frontend/pages/item.js
index e58b220..e58b220 100644
--- a/stepped-solutions/FINISHED/frontend/pages/item.js
+++ b/finished-application/frontend/pages/item.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/items.js b/finished-application/frontend/pages/items.js
index c95ff45..c95ff45 100644
--- a/stepped-solutions/FINISHED/frontend/pages/items.js
+++ b/finished-application/frontend/pages/items.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/order.js b/finished-application/frontend/pages/order.js
index 0fea0c6..0fea0c6 100644
--- a/stepped-solutions/FINISHED/frontend/pages/order.js
+++ b/finished-application/frontend/pages/order.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/orders.js b/finished-application/frontend/pages/orders.js
index c65d80d..c65d80d 100644
--- a/stepped-solutions/FINISHED/frontend/pages/orders.js
+++ b/finished-application/frontend/pages/orders.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/permissions.js b/finished-application/frontend/pages/permissions.js
index de58c51..de58c51 100644
--- a/stepped-solutions/FINISHED/frontend/pages/permissions.js
+++ b/finished-application/frontend/pages/permissions.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/reset.js b/finished-application/frontend/pages/reset.js
index 118ba72..118ba72 100644
--- a/stepped-solutions/FINISHED/frontend/pages/reset.js
+++ b/finished-application/frontend/pages/reset.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/sell.js b/finished-application/frontend/pages/sell.js
index b60ae80..b60ae80 100644
--- a/stepped-solutions/FINISHED/frontend/pages/sell.js
+++ b/finished-application/frontend/pages/sell.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/signup.js b/finished-application/frontend/pages/signup.js
index 342cfea..342cfea 100644
--- a/stepped-solutions/FINISHED/frontend/pages/signup.js
+++ b/finished-application/frontend/pages/signup.js
diff --git a/stepped-solutions/FINISHED/frontend/pages/update.js b/finished-application/frontend/pages/update.js
index ba9d525..ba9d525 100644
--- a/stepped-solutions/FINISHED/frontend/pages/update.js
+++ b/finished-application/frontend/pages/update.js
diff --git a/stepped-solutions/FINISHED/frontend/static/favicon.png b/finished-application/frontend/static/favicon.png
index 0601ad6..0601ad6 100644
--- a/stepped-solutions/FINISHED/frontend/static/favicon.png
+++ b/finished-application/frontend/static/favicon.png
Binary files differ
diff --git a/stepped-solutions/FINISHED/frontend/static/nprogress.css b/finished-application/frontend/static/nprogress.css
index 544ce01..544ce01 100644
--- a/stepped-solutions/FINISHED/frontend/static/nprogress.css
+++ b/finished-application/frontend/static/nprogress.css
diff --git a/stepped-solutions/FINISHED/frontend/static/radnikanext-medium-webfont.woff2 b/finished-application/frontend/static/radnikanext-medium-webfont.woff2
index 04129fb..04129fb 100755
--- a/stepped-solutions/FINISHED/frontend/static/radnikanext-medium-webfont.woff2
+++ b/finished-application/frontend/static/radnikanext-medium-webfont.woff2
Binary files differ