From 0b5f0202d488db9f1bd0f2092a7c042699869b8c Mon Sep 17 00:00:00 2001 From: Roy Hodge Jr <118377684+modelomaker812@users.noreply.github.com> Date: Fri, 19 May 2023 11:04:55 -0500 Subject: [PATCH 1/2] initial commit --- .codesandbox/workspace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .codesandbox/workspace.json diff --git a/.codesandbox/workspace.json b/.codesandbox/workspace.json new file mode 100644 index 0000000..7b46a7e --- /dev/null +++ b/.codesandbox/workspace.json @@ -0,0 +1,20 @@ +{ + "responsive-preview": { + "Mobile": [ + 320, + 675 + ], + "Tablet": [ + 1024, + 765 + ], + "Desktop": [ + 1400, + 800 + ], + "Desktop HD": [ + 1920, + 1080 + ] + } +} \ No newline at end of file From 3bf4999f3b5782660b6b8de019eec624cfaea90c Mon Sep 17 00:00:00 2001 From: Roy Hodge Jr <118377684+modelomaker812@users.noreply.github.com> Date: Fri, 19 May 2023 11:14:54 -0500 Subject: [PATCH 2/2] d --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a1d048..5ed444d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "magic-apple-store-nodejs", + "name": "magic-electron", "version": "1.0.0", "description": "", "main": "routes/user.js", @@ -22,4 +22,4 @@ "nodemon": "1.18.4" }, "keywords": [] -} +} \ No newline at end of file