mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
refactor: remove unnecessary imports
This commit is contained in:
parent
0f53f4b208
commit
f3196172dd
|
@ -1,5 +1,3 @@
|
||||||
// import { transparentize } from 'polished';
|
|
||||||
|
|
||||||
import styled, { extensionsHook, media } from '../styled-components';
|
import styled, { extensionsHook, media } from '../styled-components';
|
||||||
import { deprecatedCss } from './mixins';
|
import { deprecatedCss } from './mixins';
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// import { transparentize } from 'polished';
|
|
||||||
|
|
||||||
import { UnderlinedHeader } from '../../common-elements';
|
import { UnderlinedHeader } from '../../common-elements';
|
||||||
import styled from '../../styled-components';
|
import styled from '../../styled-components';
|
||||||
import { ResponseTitle } from './ResponseTitle';
|
import { ResponseTitle } from './ResponseTitle';
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// import { transparentize } from 'polished';
|
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
import styled, { media } from '../../styled-components';
|
import styled, { media } from '../../styled-components';
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// import { observe } from 'mobx';
|
|
||||||
import { observer } from 'mobx-react';
|
import { observer } from 'mobx-react';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user