Fixes: https://github.com/zed-industries/zed/issues/8851 https://github.com/zed-industries/zed/assets/19867440/5d391289-34e8-4abc-9337-b7e253f4e513 Release Notes: - Added GitHub Copilot sign in on welcome screen ([#8851](https://github.com/zed-industries/zed/issues/8851)).
6 lines
85 B
Rust
6 lines
85 B
Rust
pub mod copilot_button;
|
|
mod sign_in;
|
|
|
|
pub use copilot_button::*;
|
|
pub use sign_in::*;
|