João Demenech 72405162a1
merge: fix storybook build
* [package][xs]: remove parameter that was not being used

* [package][xs]: remove import that's breaking the build

* [package][xs]: trying to fix build error on Vercel
2023-05-02 17:31:48 -03:00
..
2023-05-02 17:31:48 -03:00
2023-05-02 17:31:48 -03:00

components package

See live: https://storybook.portaljs.org

Dev

Use Storybook to work on components by running:

yarn storybook

Build

To build this project, run:

yarn build

Install

TODO: command to install the package

Next.js

Add this line at the start of _app.tsx:

//  pages/_app.tsx
import "dist/styles.css";