mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
prettier organize imports
This commit is contained in:
parent
899853e24c
commit
2e1e63a789
101 changed files with 173 additions and 180 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as React from 'react';
|
||||
import { FaderOpacity, FaderSlide } from './Fader';
|
||||
import { Button } from 'roleypoly/design-system/atoms/button';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import * as React from 'react';
|
||||
import { Button } from 'roleypoly/design-system/atoms/button';
|
||||
import { FaderOpacity, FaderSlide } from './Fader';
|
||||
|
||||
export default {
|
||||
title: 'Atoms/Fader',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue