mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +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 styled, { css } from 'styled-components';
|
||||
import { text400, text300 } from 'roleypoly/design-system/atoms/typography';
|
||||
import { fontCSS } from 'roleypoly/design-system/atoms/fonts';
|
||||
import { palette } from 'roleypoly/design-system/atoms/colors';
|
||||
import { fontCSS } from 'roleypoly/design-system/atoms/fonts';
|
||||
import { text300, text400 } from 'roleypoly/design-system/atoms/typography';
|
||||
import styled, { css } from 'styled-components';
|
||||
|
||||
export const IconContainer = styled.div`
|
||||
margin-right: 0.6rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue