Skip to content

Commit

Permalink
Remove redundant propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Feb 10, 2019
1 parent aea3cf5 commit 02748ff
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion src/AccordionContainer/AccordionContainer.tsx
@@ -1,7 +1,6 @@
// tslint:disable:max-classes-per-file

import * as React from 'react';
import * as propTypes from '../helpers/propTypes';
import { UUID } from '../ItemContainer/ItemContainer';

export type Item = {
Expand Down
1 change: 0 additions & 1 deletion src/AccordionItem/AccordionItem.wrapper.tsx
Expand Up @@ -4,7 +4,6 @@ import {
AccordionContainer,
Consumer as AccordionConsumer,
} from '../AccordionContainer/AccordionContainer';
import * as propTypes from '../helpers/propTypes';
import { nextUuid } from '../helpers/uuid';
import { Provider as ItemProvider } from '../ItemContainer/ItemContainer';
import AccordionItem from './AccordionItem';
Expand Down
1 change: 0 additions & 1 deletion src/AccordionItemHeading/AccordionItemHeading.wrapper.tsx
Expand Up @@ -4,7 +4,6 @@ import {
Consumer as AccordionConsumer,
Item,
} from '../AccordionContainer/AccordionContainer';
import * as propTypes from '../helpers/propTypes';
import {
Consumer as ItemConsumer,
ItemContainer,
Expand Down
2 changes: 0 additions & 2 deletions src/AccordionItemPanel/AccordionItemPanel.wrapper.tsx
@@ -1,6 +1,4 @@
import * as React from 'react';
import * as propTypes from '../helpers/propTypes';

import {
AccordionContainer,
Consumer as AccordionConsumer,
Expand Down
2 changes: 0 additions & 2 deletions src/AccordionItemState/AccordionItemState.wrapper.tsx
@@ -1,6 +1,4 @@
import * as React from 'react';
import * as propTypes from '../helpers/propTypes';

import {
AccordionContainer,
Consumer as AccordionConsumer,
Expand Down
1 change: 0 additions & 1 deletion src/ItemContainer/ItemContainer.tsx
@@ -1,7 +1,6 @@
// tslint:disable:max-classes-per-file

import * as React from 'react';
import * as propTypes from '../helpers/propTypes';

export type UUID = string | number;

Expand Down
15 changes: 0 additions & 15 deletions src/helpers/propTypes.spec.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/helpers/propTypes.ts

This file was deleted.

0 comments on commit 02748ff

Please sign in to comment.