Skip to content

Commit

Permalink
🐛 fix broken render
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jan 5, 2021
1 parent 134de32 commit 8c1ac79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
22 changes: 0 additions & 22 deletions .storybook/comment.js

This file was deleted.

13 changes: 2 additions & 11 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";

import ReactComment from './comment';
import Icons from '../src/components/atoms/Icons';
import '!style-loader!css-loader!./../build/styles.css';

Expand All @@ -23,17 +22,9 @@ export const decorators = [
(Story) => (
<>
<Story />{`
`}
<ReactComment text={`
👇 =========================== Icons sprite =========================== 👇`}/>
<span hidden>👇 =========================== Icons sprite =========================== 👇</span>
<Icons />
</>
),
Expand Down

0 comments on commit 8c1ac79

Please sign in to comment.