Skip to content

Commit

Permalink
fix(Card): Migrate to TypeScript (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto authored Nov 26, 2018
1 parent e7144cd commit 6cc96ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/Card/Card.js → lib/components/Card/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import React, { Component } from 'react';
import Box from '../Box/Box';

export default class Card extends React.Component {
export default class Card extends Component {
static displayName = 'Card';

render() {
Expand Down

0 comments on commit 6cc96ef

Please sign in to comment.