missing index file

This commit is contained in:
Sebastian 2022-04-11 11:34:57 -03:00
parent 2bf8976d88
commit e09ed46675
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -24,5 +24,6 @@ import * as a3 from "./Pay.stories.jsx";
import * as a4 from "./Refund.stories.jsx";
import * as a5 from "./Tip.stories.jsx";
import * as a6 from "./Withdraw.stories.jsx";
import * as a7 from "./TermsOfServiceSection.stories.js";
export default [a1, a3, a4, a5, a6];
export default [a1, a3, a4, a5, a6, a7];