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 { Footer } from '../js/components/Footer';
|
||||||
import {
|
import {
|
||||||
register,
|
register,
|
||||||
verifyCredentials,
|
|
||||||
clearErrors
|
clearErrors
|
||||||
} from '../js/api';
|
} from '../js/api';
|
||||||
|
|
||||||
|
|
@ -162,4 +161,4 @@ function AccountRequirementMarketing() {
|
||||||
</Card>
|
</Card>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue