Move ids from gdn-app to gdn
This commit is contained in:
parent
4d71e49752
commit
3855d86730
9 changed files with 13 additions and 8 deletions
|
|
@ -1,6 +1,8 @@
|
|||
use std::collections::{HashMap, HashSet};
|
||||
|
||||
use crate::{ids::NoteId, types::Note};
|
||||
use gdn::ids::NoteId;
|
||||
|
||||
use crate::types::Note;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct NoteInfo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue