Remove unused import

This commit is contained in:
Jonny 2019-04-16 10:54:25 +02:00
parent c2dcd5946c
commit 6962f50ac6
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import { TurniereNavigation } from '../js/components/Navigation';
import { Footer } from '../js/components/Footer';
import {
register,
verifyCredentials,
clearErrors
} from '../js/api';
@ -162,4 +161,4 @@ function AccountRequirementMarketing() {
</Card>
</Container>
);
}
}