Skip to content

Commit

Permalink
馃悰 fix css in Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Dec 8, 2020
1 parent c310bca commit 672b620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/src/components/Blank/Blank.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import React from 'react';
import { jsx } from '@emotion/react';
import tw from 'twin.macro';
Expand Down
1 change: 1 addition & 0 deletions playground/src/components/Counter/Counter.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import React, { useState } from 'react';
import { jsx } from '@emotion/react';
import tw from 'twin.macro';
Expand Down
1 change: 1 addition & 0 deletions playground/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import React from 'react';
import { jsx } from '@emotion/react';
import tw from 'twin.macro';
Expand Down

0 comments on commit 672b620

Please sign in to comment.