Skip to content

Commit

Permalink
chore: remove commented out code (Redocly#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsimongianotti committed Oct 11, 2021
1 parent 4fb9c83 commit 8e75f99
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/common-elements/fields-layout.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// import { transparentize } from 'polished';

import styled, { extensionsHook, media } from '../styled-components';
import { deprecatedCss } from './mixins';

Expand Down
2 changes: 0 additions & 2 deletions src/components/Responses/styled.elements.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// import { transparentize } from 'polished';

import { UnderlinedHeader } from '../../common-elements';
import styled from '../../styled-components';
import { ResponseTitle } from './ResponseTitle';
Expand Down
1 change: 0 additions & 1 deletion src/components/SecurityRequirement/SecurityRequirement.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { transparentize } from 'polished';
import * as React from 'react';

import styled, { media } from '../../styled-components';
Expand Down
1 change: 0 additions & 1 deletion src/components/SideMenu/MenuItem.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { observe } from 'mobx';
import { observer } from 'mobx-react';
import * as React from 'react';

Expand Down

0 comments on commit 8e75f99

Please sign in to comment.