Skip to content

Commit

Permalink
chore(demos): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashit committed Mar 22, 2019
1 parent f905177 commit b726127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/demos/src/components/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component } from 'react';
import Login from '@unleashit/login';

import '@unleashit/login/dist/style.css';
import Signup from '../signup';

class LoginDemo extends Component {
async loginHandler(values) {
Expand Down

0 comments on commit b726127

Please sign in to comment.