Remove unused import
This commit is contained in:
parent
c2dcd5946c
commit
6962f50ac6
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue