1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-09 02:11:24 +00:00
Files
assets
components
cart
core
Avatar
Featurebar
Footer
Head
Layout
Navbar
Searchbar
Toggle
UserNav
index.ts
icon
product
ui
wishlist
config
lib
pages
public
utils
.gitignore
.prettierignore
README.md
codegen.json
global.d.ts
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/components/core/index.ts
Belen Curcio ae43c92661 UI Provider
2020-10-15 17:35:59 -03:00

10 lines
417 B
TypeScript

export { default as Avatar } from './Avatar'
export { default as Featurebar } from './Featurebar'
export { default as Footer } from './Footer'
export { default as Layout } from './Layout'
export { default as Navbar } from './Navbar'
export { default as Searchbar } from './Searchbar'
export { default as UserNav } from './UserNav'
export { default as Toggle } from './Toggle'
export { default as Head } from './Head'