Skip to content

Commit d6ae9a4

Browse files
committed
Dead code imports in StudentDashboard
1 parent 372c660 commit d6ae9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/js/dashboard/StudentDashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import GoogleAPI from './GoogleAPI.js';
3-
import {CLIENT_ID, FILE_EXT, APP_NAME, API_KEY} from './config.js';
3+
import {FILE_EXT, APP_NAME} from './config.js';
44
import File from './File';
55

66
const NOT_SIGNED_IN = 1;

0 commit comments

Comments
 (0)