Skip to content

Commit f1d12cb

Browse files
author
Asier Cidon
committed
Deleted non required imports in postJump.tsx file
1 parent 333ebdc commit f1d12cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/infrastructure/postJump.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import axios, { AxiosInstance } from 'axios';
2-
import https from 'https';
1+
import axios from 'axios';
32
import { Jump } from '../domain/Jump';
43
import { ResponseBack } from '../domain/ResponseBack';
54

0 commit comments

Comments
 (0)