1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-06 08:51:25 +00:00
Files
.vscode
assets
components
auth
ForgotPassword.tsx
LoginView.tsx
SignUpView.tsx
index.ts
cart
checkout
common
icons
product
ui
wishlist
search.tsx
config
framework
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
Dockerfile
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
docker-compose.yml
global.d.ts
license.md
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
swell-js.d.ts
tailwind.config.js
tsconfig.js
tsconfig.json
yarn.lock
commerce/components/auth/index.ts
Belen Curcio eec2df18b3 Modifications
2020-10-26 09:27:21 -03:00

4 lines
165 B
TypeScript

export { default as LoginView } from './LoginView'
export { default as SignUpView } from './SignUpView'
export { default as ForgotPassword } from './ForgotPassword'