chore(app-list): merge imports
This commit is contained in:
parent
fb9874223a
commit
f9607b3686
3 changed files with 65 additions and 50 deletions
|
|
@ -1,8 +1,9 @@
|
|||
// Copyright 2023 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use cosmic::cosmic_config::cosmic_config_derive::CosmicConfigEntry;
|
||||
use cosmic::cosmic_config::{self, Config, CosmicConfigEntry};
|
||||
use cosmic::cosmic_config::{
|
||||
self, cosmic_config_derive::CosmicConfigEntry, Config, CosmicConfigEntry,
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::fmt::Debug;
|
||||
pub const APP_ID: &str = "com.system76.CosmicAppList";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue