Moved settings_file.rs into settings crate. Should be ready to start now :D

This commit is contained in:
Mikayla Maki 2022-10-11 16:03:38 -07:00
parent 0beb97547e
commit 5487f99ac7
7 changed files with 20 additions and 12 deletions

View file

@ -1,4 +1,5 @@
mod keymap_file;
pub mod settings_file;
use anyhow::Result;
use gpui::{