Skip to content

Commit 96d9186

Browse files
Refactor account layout (#172)
* created nested layout for account pages * using route group, use layout * removed unused layout components * restored missing functionality * restored constant name * Change readme --------- Co-authored-by: JoaquinEtchegaray <etchegarayjoaco@gmail.com>
1 parent ae2b82c commit 96d9186

36 files changed

Lines changed: 21 additions & 46 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Introduction to Square One
22

3-
Square One is an e-commerce platform powered by Swell, designed to provide businesses with a flexible solution for selling products online. You can easily design and brand your online store, process payments, and manage shipping to create a successful e-commerce business.
3+
Square One is an e-commerce storefront powered by Swell, designed to provide businesses with a flexible solution for selling products online. You can easily design and brand your online store, process payments, and manage shipping to create a successful e-commerce business.
44

55
## Overview
66

app/_layouts/AccountLayout/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/account/create-account/_components/RegisterForm.tsx renamed to app/account/(anon)/create-account/_components/RegisterForm.tsx

File renamed without changes.
File renamed without changes.

app/account/forgot-password/_components/ForgotPasswordForm.tsx renamed to app/account/(anon)/forgot-password/_components/ForgotPasswordForm.tsx

File renamed without changes.
File renamed without changes.
File renamed without changes.

app/account/reset-password/_components/ResetPasswordForm.tsx renamed to app/account/(anon)/reset-password/_components/ResetPasswordForm.tsx

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)