We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372c660 commit d6ae9a4Copy full SHA for d6ae9a4
src/web/js/dashboard/StudentDashboard.js
@@ -1,6 +1,6 @@
1
import React, { Component } from 'react';
2
import GoogleAPI from './GoogleAPI.js';
3
-import {CLIENT_ID, FILE_EXT, APP_NAME, API_KEY} from './config.js';
+import {FILE_EXT, APP_NAME} from './config.js';
4
import File from './File';
5
6
const NOT_SIGNED_IN = 1;
0 commit comments