From c8e4f88739d52717de9e5faea4e752918e6457b3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 5 Nov 2024 02:59:06 -0500 Subject: Move frontend out of repo --- fig-frontend-client/src/Config.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 fig-frontend-client/src/Config.js (limited to 'fig-frontend-client/src/Config.js') diff --git a/fig-frontend-client/src/Config.js b/fig-frontend-client/src/Config.js deleted file mode 100644 index 25259c7..0000000 --- a/fig-frontend-client/src/Config.js +++ /dev/null @@ -1,4 +0,0 @@ -export const mode = globalThis.mode; -export const apiServer = globalThis.apiServer; -export const clientID = globalThis.clientID; -export const authRedirectURL = globalThis.authRedirectURL; -- cgit v1.2.3