wip
This commit is contained in:
@@ -7,6 +7,7 @@ mod colors;
|
||||
mod component;
|
||||
mod dashboard;
|
||||
mod query;
|
||||
mod screen;
|
||||
mod theme;
|
||||
mod titlebar;
|
||||
|
||||
@@ -22,6 +23,9 @@ fn setup_application(cx: &mut gpui::App) {
|
||||
api::QueryContext {
|
||||
http: reqwest::Client::new(),
|
||||
auth: None,
|
||||
github: api::GithubCredentials {
|
||||
client_id: "Iv23liZD4bMQpGJICsR7",
|
||||
},
|
||||
},
|
||||
cx,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user