Skip to content

Commit 060e63a

Browse files
Refactor import statements for consistency
1 parent c90f5fe commit 060e63a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Util/PhotoService.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import axios from "axios";
22

3-
import {
4-
TAG_ALBUM,
5-
TAG_EVENT,
6-
TAG_TEAM,
7-
api_key,
8-
user_id,
9-
} from "../consts";
3+
import { TAG_ALBUM, TAG_EVENT, TAG_TEAM, api_key, user_id } from "../consts";
104

115
const extras =
126
"tags,machine_tags,url_m,url_c,url_l,url_o,description,date_upload,date_taken";

0 commit comments

Comments
 (0)